This version of Unity is unsupported.

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.