IMGUIOverlay
IMGUIOverlay is an implementation of Overlay that provides a IMGUIContainer.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
- Inherits from: Overlay
public abstract class IMGUIOverlay : Overlay
Remarks
Inherit IMGUIOverlay to author Overlay elements implemented using the legacy IMGUI controls.
Methods
Method | Description |
|---|---|
| CreatePanelContent | CreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown. |
| OnGUI | Implement IMGUI controls and logic in this method. |