UnityEditor.PreviewWindow.ShowButton C# (CSharp) Method

ShowButton() protected method

protected ShowButton ( Rect r ) : void
r UnityEngine.Rect
return void
        protected override void ShowButton(Rect r)
        {
        }
    }