Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activeLayout

The layout that the system displays an Overlay in.
Read time 1 minuteLast updated 10 days ago

Definition

protected Layout activeLayout { get; }

Remarks

If the preferred layout specified in Overlay.layout cannot be used, then the system uses another layout. For example, if the preferred layout is
Panel
, an Overlay in a horizontal toolbar cannot use the preferred layout. The active layout in this case is Horizontal. This property is read-only.