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