Class LayoutContext
Data regarding the layout currently used in LookDev
Inheritance
System.Object
LayoutContext
Namespace: UnityEditor.Rendering.LookDev
Syntax
[Serializable]
public class LayoutContext
Fields
lastFocusedView
The last focused view
Declaration
public ViewIndex lastFocusedView
Field Value
| Type | Description |
|---|---|
| ViewIndex |
showedSidePanel
The state of the side panel
Declaration
public SidePanel showedSidePanel
Field Value
| Type | Description |
|---|---|
| SidePanel |
viewLayout
The layout used
Declaration
public Layout viewLayout
Field Value
| Type | Description |
|---|---|
| Layout |