Vector4AnimationCurve.AddKey
Method in Vector4AnimationCurve
Implements IAnimationCurve<T>.AddKey
Declaration
public void AddKey(float time, Vector4 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). |