BotNavSim  v0.4.3
Mobile Robot Simulation
UI_EnvironmentEditor Class Reference

IToolbar class provides controls for the Environment Editor (not implemented!) More...

Inheritance diagram for UI_EnvironmentEditor:
Collaboration diagram for UI_EnvironmentEditor:

Public Member Functions

 UI_EnvironmentEditor ()
 

Properties

bool contextual [get]
 
bool hidden [get, set]
 
string windowTitle [get]
 
Rect windowRect [get, set]
 
GUI.WindowFunction windowFunction [get]
 
- Properties inherited from IToolbar
bool contextual [get]
 Gets a value indicating whether this IToolbar is contextual. More...
 
bool hidden [get, set]
 Gets or sets a value indicating whether this IToolbar is hidden. More...
 
- Properties inherited from IWindowFunction
string windowTitle [get]
 Gets the window title. More...
 
Rect windowRect [get, set]
 Gets or sets the window rect (window size and position). More...
 
GUI.WindowFunction windowFunction [get]
 Gets the window function definition for GUILayout.Window() More...
 

Private Member Functions

void EditorWindow (int windowID)
 

Detailed Description

IToolbar class provides controls for the Environment Editor (not implemented!)

Definition at line 7 of file UI_EnvironmentEditor.cs.

Constructor & Destructor Documentation

UI_EnvironmentEditor.UI_EnvironmentEditor ( )

Definition at line 9 of file UI_EnvironmentEditor.cs.

9  {
10  hidden = true;
11  }

Member Function Documentation

void UI_EnvironmentEditor.EditorWindow ( int  windowID)
private

Definition at line 40 of file UI_EnvironmentEditor.cs.

40  {
41  GUILayout.Label("Not yet implemented.");
42  }

Property Documentation

bool UI_EnvironmentEditor.contextual
get

Definition at line 13 of file UI_EnvironmentEditor.cs.

bool UI_EnvironmentEditor.hidden
getset

Definition at line 20 of file UI_EnvironmentEditor.cs.

GUI.WindowFunction UI_EnvironmentEditor.windowFunction
get

Definition at line 34 of file UI_EnvironmentEditor.cs.

Rect UI_EnvironmentEditor.windowRect
getset

Definition at line 30 of file UI_EnvironmentEditor.cs.

string UI_EnvironmentEditor.windowTitle
get

Definition at line 24 of file UI_EnvironmentEditor.cs.


The documentation for this class was generated from the following file: