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

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
InfluenceBones byte[]
InfluenceWeights byte[]
Position System.Vector3
TangentX int
TangentZ int
U ushort
V ushort

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void
ToTree ( int MyIndex ) : TreeNode

Private Methods

Method Description
HalfToFloat ( UInt16 val ) : float

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

InfluenceBones public_oe property

public byte[] InfluenceBones
return byte[]

InfluenceWeights public_oe property

public byte[] InfluenceWeights
return byte[]

Position public_oe property

public Vector3,System Position
return System.Vector3

TangentX public_oe property

public int TangentX
return int

TangentZ public_oe property

public int TangentZ
return int

U public_oe property

public ushort U
return ushort

V public_oe property

public ushort V
return ushort