UnityEditor.StyleDrawInspectView.GUIInstruction.Reset C# (CSharp) Method

Reset() public method

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