CreateContent(Layout)
Creates a new VisualElement containing the contents of this Overlay.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor
public VisualElement CreateContent(Layout requestedLayout)
Parameters
The layout that contents should be styled to match.
Returns
Type | Description |
|---|---|
| VisualElement | A new Visual Element containing the contents of the Overlay. |
Remarks
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.