C# Class TerrainPainter.TerrainPainterEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: Stumpstump/RoverGame

Private Properties

Свойство Type Description
DrawLogo void
DrawMenu void
DrawRedo void
DrawUndo void
Initialize void
OnDisable void
OnEnable void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSceneGUI() public méthode

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