IMGUIContainer.onGUIHandler
public Action onGUIHandler;
Description 描述
The function that is called to render and handle IMGUI events.
The function is assigned to onGUIHandler and is similar to MonoBehaviour.OnGUI.
The function that is called to render and handle IMGUI events.
The function is assigned to onGUIHandler and is similar to MonoBehaviour.OnGUI.