BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Public Attributes | Properties | List of all members
BrawlLib.Modeling.PointLineStrip Class Reference
Inheritance diagram for BrawlLib.Modeling.PointLineStrip:
BrawlLib.Modeling.PrimitiveClass

Public Attributes

List< Facepoint_points = new List<Facepoint>()
 

Properties

PrimitiveHeader Header [get]
 
override List< FacepointPoints [get, set]
 
- Properties inherited from BrawlLib.Modeling.PrimitiveClass
virtual List< FacepointPoints [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from BrawlLib.Modeling.PrimitiveClass
static int Compare (PrimitiveClass p1, PrimitiveClass p2)
 

Member Data Documentation

◆ _points

List<Facepoint> BrawlLib.Modeling.PointLineStrip._points = new List<Facepoint>()

Property Documentation

◆ Header

PrimitiveHeader BrawlLib.Modeling.PointLineStrip.Header
get

◆ Points

override List<Facepoint> BrawlLib.Modeling.PointLineStrip.Points
getset
497 {
498 get => _points;
499 set => _points = value;
500 }
List< Facepoint > _points
Definition: Face.cs:494

The documentation for this class was generated from the following file: