UnityEditor.UndoWindow.Init C# (CSharp) Method

Init() static private method

static private Init ( ) : void
return void
        internal static void Init()
        {
            EditorWindow.GetWindow(typeof(UndoWindow)).titleContent = new GUIContent("Undo");
        }