public void Dispose() { //restore indentation state: indentReset.Dispose(); //finish horizontal group: EditorGUILayout.EndHorizontal(); }
public void Dispose() { indentReset.Dispose(); EditorGUILayout.EndHorizontal(); }
public void Dispose() //restore GUI state { indentReset.Dispose(); //restore indentation EditorGUILayout.EndHorizontal(); //finish horizontal group }
public void Dispose() //restore GUI state { //Debug.Log("Dispose!!!!!!!!!!"); indentReset.Dispose(); //restore indentation EditorGUILayout.EndHorizontal(); //finish horizontal group }