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

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Bone byte
Color int
Position Vector3
TangentX int
TangentY int
TangentZ int
UV Vector2[]

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 TreeNode

Property Details

Bone public_oe property

public byte Bone
return byte

Color public_oe property

public int Color
return int

Position public_oe property

public Vector3 Position
return Vector3

TangentX public_oe property

public int TangentX
return int

TangentY public_oe property

public int TangentY
return int

TangentZ public_oe property

public int TangentZ
return int

UV public_oe property

public Vector2[] UV
return Vector2[]