Version: 2023.2
言語: 日本語
public UIElements.VisualElement CreateContent (Overlays.Layout requestedLayout);

パラメーター

requestedLayout The layout that contents should be styled to match.

戻り値

VisualElement A new Visual Element containing the contents of the Overlay.

説明

Creates a new VisualElement containing the contents of this Overlay.

If the requestedLayout cannot be used, then the system uses another layout. If the layout is not able to be created, the default Panel layout content is returned.