This version of Unity is unsupported.

IMGUIContainer.onGUIHandler

public Action onGUIHandler;

Description

The function that's called to render and handle IMGUI events.

This is assigned to onGUIHandler and is similar to MonoBehaviour.OnGUI.