Version: 2022.3
언어: 한국어
public void OnGUI (Rect position);

파라미터

position Rectangle on the screen to use for the decorator GUI.

설명

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