Version: 2022.2
언어: 한국어

IMGUIOverlay.CreatePanelContent

매뉴얼로 전환
public UIElements.VisualElement CreatePanelContent ();

반환

VisualElement Returns the contents of this Overlay.

설명

CreatePanelContent is invoked by the OverlayCanvas when this Overlay is shown.

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