BotNavSim  v0.4.3
Mobile Robot Simulation
IWindowFunction Interface Reference

Interface for classes that implement a GUI.WindowFunction More...

Inheritance diagram for IWindowFunction:

Properties

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

Definition at line 7 of file IWindowFunction.cs.

Property Documentation

GUI.WindowFunction IWindowFunction.windowFunction
get

Gets the window function definition for GUILayout.Window()

Definition at line 22 of file IWindowFunction.cs.

Rect IWindowFunction.windowRect
getset

Gets or sets the window rect (window size and position).

Definition at line 17 of file IWindowFunction.cs.

string IWindowFunction.windowTitle
get

Gets the window title.

Definition at line 12 of file IWindowFunction.cs.


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