Method OnGUI
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
OnGUI(Rect)
<p>Override this method to make your own GUI for the decorator.
See DecoratorDrawer for an example of how to use this.
public override void OnGUI(Rect position)
Parameters
position
RectRectangle on the screen to use for the decorator GUI.