C# Class UDKLibWV.Classes.SkeletalMesh.MultiSizeIndexContainerStruct

Show file 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 property

public byte DataTypeSize
return byte

IndexCount public property

public int IndexCount
return int

IndexSize public property

public int IndexSize
return int

Indexes public property

public List Indexes
return List

NeedsCPUAccess public property

public int NeedsCPUAccess
return int