Vector3AnimationCurve.AddKey
Method in Vector3AnimationCurve
Implements IAnimationCurve<T>.AddKey
Declaration
public void AddKey(float time, Vector3 value)
Description
Adds a new key to the curve.
Parameters
time | The time at which to add the key (horizontal axis in the curve graph). |
value | The value for the key (vertical axis in the curve graph). |