Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateContent(Layout)

Creates a new VisualElement containing the contents of this Overlay.
Read time 1 minuteLast updated 9 days ago

Definition

public VisualElement CreateContent(Layout requestedLayout)

Parameters

requestedLayout

The layout that contents should be styled to match.

Returns

Type

Description

VisualElementA 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.