Class Context
Inheritance
System.Object
Context
Namespace: UnityEditor.Rendering.LookDev
Syntax
[Serializable]
public class Context : ScriptableObject
Properties
layout
Declaration
public LayoutContext layout { get; }
Property Value
| Type | Description |
|---|---|
| LayoutContext |
Methods
GetCameraState(ViewIndex)
Declaration
public CameraState GetCameraState(ViewIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewIndex | index |
Returns
| Type | Description |
|---|---|
| CameraState |
GetViewContent(ViewIndex)
Declaration
public ViewContext GetViewContent(ViewIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewIndex | index |
Returns
| Type | Description |
|---|---|
| ViewContext |