Version: 2022.3
言語: 日本語
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.

説明

Create a new VisualElement containing the contents of this Overlay.

It is not guaranteed that this method will return contents in the requested layout. If the layout is not able to be created, the default Panel layout content is returned.