Class SdkMeshFrame
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshFrame
Properties
|
Edit this page
View Source
AnimationFrameIndex
Declaration
public int AnimationFrameIndex { get; }
Property Value
|
Edit this page
View Source
BindPoseFrameMatrix
Declaration
public XMFloat4X4 BindPoseFrameMatrix { get; set; }
Property Value
Type |
Description |
XMFloat4X4 |
|
|
Edit this page
View Source
ChildFrameIndex
Declaration
public int ChildFrameIndex { get; }
Property Value
|
Edit this page
View Source
Matrix
Declaration
public XMFloat4X4 Matrix { get; set; }
Property Value
Type |
Description |
XMFloat4X4 |
|
|
Edit this page
View Source
MeshIndex
Declaration
public int MeshIndex { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
ParentFrameIndex
Declaration
public int ParentFrameIndex { get; }
Property Value
|
Edit this page
View Source
SiblingFrameIndex
Declaration
public int SiblingFrameIndex { get; }
Property Value
|
Edit this page
View Source
Declaration
public XMFloat4X4 TransformedFrameMatrix { get; set; }
Property Value
Type |
Description |
XMFloat4X4 |
|
|
Edit this page
View Source
WorldPoseFrameMatrix
Declaration
public XMFloat4X4 WorldPoseFrameMatrix { get; set; }
Property Value
Type |
Description |
XMFloat4X4 |
|