Class LookDev
Main entry point for scripting LookDev
Namespace: UnityEditor.Rendering.LookDev
Syntax
public static class LookDev
Properties
open
State of the LookDev window
Declaration
public static bool open { get; }
Property Value
Type | Description |
---|---|
Boolean |
supported
Does LookDev is supported with the current render pipeline?
Declaration
public static bool supported { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Open()
open the LookDev window
Declaration
public static void Open()
ResetConfig()
Reset all LookDevs datas to the default configuration
Declaration
public static void ResetConfig()