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

显示文件 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_oe property

public int BaseIndex
return int

ChunkIndex public_oe property

public short ChunkIndex
return short

MaterialIndex public_oe property

public short MaterialIndex
return short

NumTriangles public_oe property

public int NumTriangles
return int