Dispose() public method

public Dispose ( ) : void
return void
Ejemplo n.º 1
0
 public void Dispose()
 {
     //restore indentation state:
     indentReset.Dispose();
     //finish horizontal group:
     EditorGUILayout.EndHorizontal();
 }
Ejemplo n.º 2
0
 public void Dispose()
 {
     indentReset.Dispose();
     EditorGUILayout.EndHorizontal();
 }
Ejemplo n.º 3
0
 public void Dispose()                //restore GUI state
 {
     indentReset.Dispose();           //restore indentation
     EditorGUILayout.EndHorizontal(); //finish horizontal group
 }
Ejemplo n.º 4
0
 public void Dispose()     //restore GUI state
 {
     //Debug.Log("Dispose!!!!!!!!!!");
     indentReset.Dispose();           //restore indentation
     EditorGUILayout.EndHorizontal(); //finish horizontal group
 }