Table of Contents

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

int

Rotation

public Quaternion Rotation

Field Value

Quaternion

Scale

public Vector3 Scale

Field Value

Vector3

Translation

public Vector3 Translation

Field Value

Vector3

Properties

Time

public float Time { readonly get; set; }

Property Value

float

Methods

ToTransformMatrix()

public Matrix4x4 ToTransformMatrix()

Returns

Matrix4x4