Struct Keyframe
- Namespace
- HelixToolkit.SharpDX.Animations
- Assembly
- HelixToolkit.SharpDX.dll
public struct Keyframe : IKeyFrame
- Implements
- Inherited Members
- Extension Methods
Fields
BoneIndex
public int BoneIndex
Field Value
Rotation
public Quaternion Rotation
Field Value
Scale
public Vector3 Scale
Field Value
Translation
public Vector3 Translation
Field Value
Properties
Time
public float Time { readonly get; set; }
Property Value
Methods
ToTransformMatrix()
public Matrix4x4 ToTransformMatrix()