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