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