C# Class TerrainPainter.TerrainPainterEditor

Inheritance: UnityEditor.Editor
Datei anzeigen Open project: Stumpstump/RoverGame

Private Properties

Property Type Description
DrawLogo void
DrawMenu void
DrawRedo void
DrawUndo void
Initialize void
OnDisable void
OnEnable void

Public Methods

Method Description
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void

Lets the Editor handle an event in the scene view http://docs.unity3d.com/ScriptReference/Editor.OnSceneGUI.html

Private Methods

Method Description
DrawLogo ( ) : void
DrawMenu ( ) : void
DrawRedo ( GUILayoutOption options ) : void

Redo button

DrawUndo ( GUILayoutOption options ) : void
Initialize ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

Lets the Editor handle an event in the scene view http://docs.unity3d.com/ScriptReference/Editor.OnSceneGUI.html
public OnSceneGUI ( ) : void
return void