BotNavSim  v0.4.3
Mobile Robot Simulation
IToolbar Interface Reference

Interface for classes that implement a toolbar item More...

Inheritance diagram for IToolbar:
Collaboration diagram for IToolbar:

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...
 
- 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...
 

Detailed Description

Interface for classes that implement a toolbar item

Definition at line 7 of file IToolbar.cs.

Property Documentation

bool IToolbar.contextual
get

Gets a value indicating whether this IToolbar is contextual.

true if contextual; otherwise, false.

Definition at line 13 of file IToolbar.cs.

bool IToolbar.hidden
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.


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