UnityEditor.AnimationEditor.OnEnable C# (CSharp) Method

OnEnable() public method

public OnEnable ( ) : void
return void
        public void OnEnable()
        {
            this.m_PrePreviewAnimationArraySize = -1;
            this.m_BoxEditor.OnEnable();
        }