C# Class ME3Explorer.Unreal.Classes.SkeletalMesh.SectionStruct

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

Méthodes publiques

Свойство Type Description
BaseIndex int
ChunkIndex short
MaterialIndex short
NumTriangles int

Méthodes publiques

Méthode Description
Serialize ( SerializingContainer Container ) : void
ToTree ( int MyIndex ) : TreeNode

Method Details

Serialize() public méthode

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

ToTree() public méthode

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

Property Details

BaseIndex public_oe property

public int BaseIndex
Résultat int

ChunkIndex public_oe property

public short ChunkIndex
Résultat short

MaterialIndex public_oe property

public short MaterialIndex
Résultat short

NumTriangles public_oe property

public int NumTriangles
Résultat int