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

Exibir arquivo Open project: ME3Explorer/ME3Explorer

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_oe property

public int BaseVertexIndex
return int

BoneMap public_oe property

public List BoneMap
return List

MaxBoneInfluences public_oe property

public int MaxBoneInfluences
return int

NumRigidVertices public_oe property

public int NumRigidVertices
return int

NumSoftVertices public_oe property

public int NumSoftVertices
return int

RiginSkinVertices public_oe property

public List RiginSkinVertices
return List

SoftSkinVertices public_oe property

public List SoftSkinVertices
return List