Class LayoutContext
Data regarding the layout currently used in LookDev
Inherited Members
Namespace: UnityEditor.Rendering.LookDev
Assembly: Unity.RenderPipelines.Core.Editor.dll
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 |