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

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BaseIndex int
ChunkIndex short
MaterialIndex short
NumTriangles int

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void
ToTree ( int MyIndex ) : TreeNode

Method Details

Serialize() public method

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

ToTree() public method

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

Property Details

BaseIndex public property

public int BaseIndex
return int

ChunkIndex public property

public short ChunkIndex
return short

MaterialIndex public property

public short MaterialIndex
return short

NumTriangles public property

public int NumTriangles
return int