activeLayout
The layout that the system displays an Overlay in.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
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 , an Overlay in a horizontal toolbar cannot use the preferred layout. The active layout in this case is Horizontal. This property is read-only.
Panel