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

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
IndexCount int
IndexSize int
Indexes List

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

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