UnityEditor.AnimationUtility.SetGenerateMotionCurves C# (CSharp) Method

SetGenerateMotionCurves() private method

private SetGenerateMotionCurves ( AnimationClip clip, bool value ) : void
clip AnimationClip
value bool
return void
        internal static extern void SetGenerateMotionCurves(AnimationClip clip, bool value);
        internal static void SetKeyBroken(ref Keyframe key, bool broken)
AnimationUtility