BotNavSim  v0.4.3
Mobile Robot Simulation
UI_RobotEditor Class Reference

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

Inheritance diagram for UI_RobotEditor:
Collaboration diagram for UI_RobotEditor:

Public Member Functions

 UI_RobotEditor ()
 

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 Robot Editor (not implemented!)

Definition at line 7 of file UI_RobotEditor.cs.

Constructor & Destructor Documentation

UI_RobotEditor.UI_RobotEditor ( )

Definition at line 9 of file UI_RobotEditor.cs.

9  {
10  hidden = true;
11  }

Member Function Documentation

void UI_RobotEditor.EditorWindow ( int  windowID)
private

Definition at line 40 of file UI_RobotEditor.cs.

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

Property Documentation

bool UI_RobotEditor.contextual
get

Definition at line 13 of file UI_RobotEditor.cs.

bool UI_RobotEditor.hidden
getset

Definition at line 20 of file UI_RobotEditor.cs.

GUI.WindowFunction UI_RobotEditor.windowFunction
get

Definition at line 34 of file UI_RobotEditor.cs.

Rect UI_RobotEditor.windowRect
getset

Definition at line 30 of file UI_RobotEditor.cs.

string UI_RobotEditor.windowTitle
get

Definition at line 24 of file UI_RobotEditor.cs.


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