Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreatePanelContent()

CreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown.
Read time 1 minuteLast updated 10 days ago

Definition

public override sealed VisualElement CreatePanelContent()

Returns

Type

Description

VisualElementReturns the contents of this Overlay.

Remarks

IMGUIOverlay implements this function. The only method IMGUIOverlay must implement is the IMGUIOverlay.OnGUI method.