Enum AnimationCurve.AnimationEvaluatedType
The evaluated type.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationCurve.AnimationEvaluatedType
Fields
Name | Description |
---|---|
Float | Single floating-point value |
FloatArray | Array of floats |
Quaternion | The Quaternion. |
Vector2 | Vector 2 |
Vector3 | Vector 3 |
Vector4 | Vector4 |