C# Class UDKExplorer.UDK.Classes.StaticMesh

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
BodySetup int
Bounding BoundingStruct
InternalVersion int
Max System.Vector3
Min System.Vector3
MyIndex int
Owner UDKObject
RawTriangles Face[]
kDOPTree List

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
Résultat void

StaticMesh() public méthode

public StaticMesh ( UDKObject udk, int Index ) : System
udk UDKObject
Index int
Résultat System

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

BodySetup public_oe property

public int BodySetup
Résultat int

Bounding public_oe property

public BoundingStruct Bounding
Résultat BoundingStruct

InternalVersion public_oe property

public int InternalVersion
Résultat int

Max public_oe property

public Vector3,System Max
Résultat System.Vector3

Min public_oe property

public Vector3,System Min
Résultat System.Vector3

MyIndex public_oe property

public int MyIndex
Résultat int

Owner public_oe property

public UDKObject Owner
Résultat UDKObject

RawTriangles public_oe property

public Face[] RawTriangles
Résultat Face[]

kDOPTree public_oe property

public List kDOPTree
Résultat List