C# Class UDKExplorer.UDK.Classes.StaticMesh

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BodySetup int
Bounding BoundingStruct
InternalVersion int
Max System.Vector3
Min System.Vector3
MyIndex int
Owner UDKObject
RawTriangles Face[]
kDOPTree List

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void
StaticMesh ( UDKObject udk, int Index ) : System
ToTree ( ) : TreeNode

Private Methods

Method Description
BoundingsToTree ( ) : TreeNode
GetFlags ( int n ) : TreeNode
GetProperties ( int n ) : TreeNode
GetPropertyEnd ( int n ) : int
MinMaxToTree ( ) : TreeNode
RawTrianglesToTree ( ) : TreeNode
SerializeMinMax ( SerializingContainer Container ) : void
SerializeRawTriangles ( SerializingContainer Container ) : void
SerializekDOPTree ( SerializingContainer Container ) : void
kDOPtreeToTree ( ) : TreeNode

Method Details

Serialize() public method

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
return void

StaticMesh() public method

public StaticMesh ( UDKObject udk, int Index ) : System
udk UDKObject
Index int
return System

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Property Details

BodySetup public property

public int BodySetup
return int

Bounding public property

public BoundingStruct Bounding
return BoundingStruct

InternalVersion public property

public int InternalVersion
return int

Max public property

public Vector3,System Max
return System.Vector3

Min public property

public Vector3,System Min
return System.Vector3

MyIndex public property

public int MyIndex
return int

Owner public property

public UDKObject Owner
return UDKObject

RawTriangles public property

public Face[] RawTriangles
return Face[]

kDOPTree public property

public List kDOPTree
return List