Enum AnimationTrackKeyType
The type of key frame data for a track.
Namespace: Gorgon.Animation
Assembly: Gorgon.Animation.dll
Syntax
public enum AnimationTrackKeyType
Fields
Name | Description |
---|---|
Color | Color values. |
Quaternion | A quaternion |
Rectangle | Rectangle values. |
Single | Single floating point values. |
Texture2D | 2D texture, coordinate, and array index values. |
Vector2 | 2D vector values. |
Vector3 | 3D vector values. |
Vector4 | 4D vector values. |