UnityEditor.DeleteWindowLayout.OnEnable C# (CSharp) Method

OnEnable() private method

private OnEnable ( ) : void
return void
        private void OnEnable()
        {
            base.titleContent = base.GetLocalizedTitleContent();
        }