C# Class UDKExplorer.UDK.Classes.SkeletalMesh.SectionStruct

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
BaseIndex int
ChunkIndex short
MaterialIndex short
NumTriangles int
TriangleSorting byte

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

TriangleSorting public property

public byte TriangleSorting
return byte