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