Enum AnimationCurve.AnimationEvaluatedType
The evaluated type.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationCurve.AnimationEvaluatedType
Fields
| Name | Description |
|---|---|
| Float | Single float value |
| FloatArray | Float array |
| Quaternion | The quaternion |
| Vector2 | Vector 2 |
| Vector3 | Vector 3 |
| Vector4 | Vector 4 |