UnityEditor.PreviewWindow.OnEnable C# (CSharp) Method

OnEnable() protected method

protected OnEnable ( ) : void
return void
        protected override void OnEnable()
        {
            base.OnEnable();
            base.titleContent = EditorGUIUtility.TextContent("Preview");
            base.minSize = new Vector2(260f, 220f);
        }