Class XSkinWeights
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XSkinWeights
Properties
|
Edit this page
View Source
MatrixOffset
Declaration
public XMatrix4x4 MatrixOffset { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string TransformNodeName { get; set; }
Property Value
|
Edit this page
View Source
VertexIndices
Declaration
public List<int> VertexIndices { get; }
Property Value
|
Edit this page
View Source
Weights
Declaration
public List<float> Weights { get; }
Property Value