UnityEditor.AnimatorInspector.UpdateShowOptions C# (CSharp) Method

UpdateShowOptions() private method

private UpdateShowOptions ( ) : void
return void
        private void UpdateShowOptions()
        {
            this.m_ShowWarningMessage.target = this.IsWarningMessageEmpty;
        }