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

Mostrar archivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
DataTypeSize byte
IndexCount int
IndexSize int
Indexes List
NeedsCPUAccess int

Public Methods

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

Method Details

Serialize() public method

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

ToTree() public method

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

Property Details

DataTypeSize public_oe property

public byte DataTypeSize
return byte

IndexCount public_oe property

public int IndexCount
return int

IndexSize public_oe property

public int IndexSize
return int

Indexes public_oe property

public List Indexes
return List

NeedsCPUAccess public_oe property

public int NeedsCPUAccess
return int