Version: 2022.3

Overlay.CreateContent

切换到手册
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.