This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IMGUIContainer Constructor

Declaration

public IMGUIContainer();

Declaration

public IMGUIContainer(Action onGUIHandler);

Parameters

onGUIHandler The function called when drawing is in-progress.

Description

Construct an element used to draw IMGUI elements.