Vector4AnimationCurve.RemoveKey
Method in Vector4AnimationCurve
Implements IAnimationCurve<T>.RemoveKey
Declaration
public void RemoveKey(int index)
Description
Removes a key.
Parameters
index | The index of the key to remove. |
public void RemoveKey(int index)
Removes a key.
index | The index of the key to remove. |