UnityEditor.AnimationMode.InternalAnimationModeChanged C# (CSharp) Method

InternalAnimationModeChanged() private static method

private static InternalAnimationModeChanged ( bool newValue ) : void
newValue bool
return void
        private static void InternalAnimationModeChanged(bool newValue)
        {
            if (animationModeChangedCallback != null)
            {
                animationModeChangedCallback(newValue);
            }
        }