Method OnGUI
OnGUI(Rect)
Function called when the GUI updates.
Declaration
public override void OnGUI(Rect rect)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | rect | The current draw rectangle of the Window's GUI. |
Function called when the GUI updates.
public override void OnGUI(Rect rect)
| Type | Name | Description |
|---|---|---|
| Rect | rect | The current draw rectangle of the Window's GUI. |