C# Class UDKExplorer.UDK.Classes.StaticMesh

Exibir arquivo 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_oe property

public int BodySetup
return int

Bounding public_oe property

public BoundingStruct Bounding
return BoundingStruct

InternalVersion public_oe property

public int InternalVersion
return int

Max public_oe property

public Vector3,System Max
return System.Vector3

Min public_oe property

public Vector3,System Min
return System.Vector3

MyIndex public_oe property

public int MyIndex
return int

Owner public_oe property

public UDKObject Owner
return UDKObject

RawTriangles public_oe property

public Face[] RawTriangles
return Face[]

kDOPTree public_oe property

public List kDOPTree
return List