![]() |
BotNavSim
v0.4.3
Mobile Robot Simulation
|
Interface for classes that implement a toolbar item More...
Properties | |
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... | |
![]() | |
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... | |
Interface for classes that implement a toolbar item
Definition at line 7 of file IToolbar.cs.
|
get |
Gets a value indicating whether this IToolbar is contextual.
true
if contextual; otherwise, false
.
Definition at line 13 of file IToolbar.cs.
|
getset |
Gets or sets a value indicating whether this IToolbar is hidden.
true
if hidden; otherwise, false
.
Definition at line 19 of file IToolbar.cs.