Struct AnimationKeyframe<T>
A vector key.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public struct AnimationKeyframe<T>
Type Parameters
Name | Description |
---|---|
T | The type of the keyframe. |
Fields
Time
The key time.
Declaration
public float Time
Field Value
Type | Description |
---|---|
float |
Value
The key's value.
Declaration
public T Value
Field Value
Type | Description |
---|---|
T |