Class XSkinWeights
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XSkinWeights
Properties
|
Edit this page
View Source
Declaration
public XMatrix4x4? MatrixOffset { get; set; }
Property Value
|
Edit this page
View Source
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
Declaration
public List<int> VertexIndices { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<float> Weights { get; }
Property Value