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

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
IndexCount int
IndexSize int
Indexes List

Méthodes publiques

Méthode Description
Serialize ( SerializingContainer Container ) : void
ToTree ( ) : TreeNode

Method Details

Serialize() public méthode

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
Résultat void

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

IndexCount public_oe property

public int IndexCount
Résultat int

IndexSize public_oe property

public int IndexSize
Résultat int

Indexes public_oe property

public List Indexes
Résultat List