UnityEditor.AnimationUtility.StartAnimationMode C# (CSharp) 메소드

StartAnimationMode() 개인적인 메소드

private StartAnimationMode ( Object objects ) : void
objects Object
리턴 void
        public static void StartAnimationMode(Object[] objects)
        {
            Debug.LogWarning("AnimationUtility.StartAnimationMode is deprecated. Use AnimationMode.StartAnimationMode with the new APIs. The objects passed to this function will no longer be reverted automatically. See AnimationMode.AddPropertyModification");
            AnimationMode.StartAnimationMode();
        }
AnimationUtility