Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IMGUIOverlay

IMGUIOverlay is an implementation of Overlay that provides a IMGUIContainer.
Read time 2 minutesLast updated 10 days ago

Definition

public abstract class IMGUIOverlay : Overlay

Remarks

Inherit IMGUIOverlay to author Overlay elements implemented using the legacy IMGUI controls.

Methods

Method

Description

CreatePanelContentCreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown.
OnGUIImplement IMGUI controls and logic in this method.

Inheritance