public void OnGUI (Rect position);

Parameters

position@param position Прямоугольник на экране для использования с GUI декоратора.

Description

Override this method to make your own GUI for the decorator. See DecoratorDrawer for an example of how to use this.