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

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BaseVertexIndex int
BoneMap List
MaxBoneInfluences int
NumRigidVertices int
NumSoftVertices int
RiginSkinVertices List
SoftSkinVertices List

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

BaseVertexIndex public property

public int BaseVertexIndex
return int

BoneMap public property

public List BoneMap
return List

MaxBoneInfluences public property

public int MaxBoneInfluences
return int

NumRigidVertices public property

public int NumRigidVertices
return int

NumSoftVertices public property

public int NumSoftVertices
return int

RiginSkinVertices public property

public List RiginSkinVertices
return List

SoftSkinVertices public property

public List SoftSkinVertices
return List