UnityEditor.StyleDrawInspectView.GUIInstruction.Reset C# (CSharp) 메소드

Reset() 공개 메소드

public Reset ( ) : void
리턴 void
            public void Reset()
            {
                this.rect = new Rect();
                this.usedGUIStyle = GUIStyle.none;
                this.usedGUIContent = GUIContent.none;
            }
        }
StyleDrawInspectView.GUIInstruction