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

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
Color int
InfluenceBones byte[]
InfluenceWeights byte[]
Position System.Vector3
TangentX int
TangentY int
TangentZ int
UV System.Vector2[]

Méthodes publiques

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

Method Details

Serialize() public méthode

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

ToTree() public méthode

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

Property Details

Color public_oe property

public int Color
Résultat int

InfluenceBones public_oe property

public byte[] InfluenceBones
Résultat byte[]

InfluenceWeights public_oe property

public byte[] InfluenceWeights
Résultat byte[]

Position public_oe property

public Vector3,System Position
Résultat System.Vector3

TangentX public_oe property

public int TangentX
Résultat int

TangentY public_oe property

public int TangentY
Résultat int

TangentZ public_oe property

public int TangentZ
Résultat int

UV public_oe property

public Vector2[],System UV
Résultat System.Vector2[]