public static SetKeyBroken ( AnimationCurve curve, int index, bool broken ) : void | ||
curve | AnimationCurve | The curve to modify. |
index | int | Keyframe index. |
broken | bool | Broken flag. |
return | void |
Change the specified keyframe broken tangent flag.
public static SetKeyBroken ( AnimationCurve curve, int index, bool broken ) : void | ||
curve | AnimationCurve | The curve to modify. |
index | int | Keyframe index. |
broken | bool | Broken flag. |
return | void |