Class LayoutContext
Data regarding the layout currently used in LookDev
Namespace: UnityEditor.Rendering.LookDev
Syntax
[Serializable]
public class LayoutContext
Fields
debugPanelSource
The view to change when manipulating the Debug side panel
Declaration
[NonSerialized]
public TargetDebugView debugPanelSource
Field Value
Type | Description |
---|---|
TargetDebugView |
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 |