Vector4AnimationCurve
Class in Zigurous.Animation
Implements IAnimationCurve<T>
Declaration
[Serializable]
public sealed class Vector4AnimationCurve : IAnimationCurve<Vector4>Description
Stores a collection of keyframes that can be evaluated over time as a Vector4.
Properties
| x | The collection of keyframes for the x-axis of a Vector4. |
| y | The collection of keyframes for the y-axis of a Vector4. |
| z | The collection of keyframes for the z-axis of a Vector4. |
| w | The collection of keyframes for the w-axis of a Vector4. |
Methods
| Evaluate | Evaluate the curve at the specified time. |
| AddKey | Adds a new key to the curve. |
| RemoveKey | Removes a key. |