public static SetEditorCurve ( AnimationClip clip, EditorCurveBinding binding, AnimationCurve curve ) : void | ||
clip | AnimationClip | The animation clip to which the curve will be added. |
binding | EditorCurveBinding | The bindings which defines the path and the property of the curve. |
curve | AnimationCurve | The curve to add. Setting this to null will remove the curve. |
return | void |