Class LookDev
Main entry point for scripting LookDev
Syntax
public static class LookDev
Properties
currentContext
Declaration
public static Context currentContext { get; }
Property Value
currentDisplayer
Declaration
public static IViewDisplayer currentDisplayer { get; }
Property Value
currentEnvironmentLibrary
Declaration
public static EnvironmentLibrary currentEnvironmentLibrary { get; }
Property Value
open
Declaration
public static bool open { get; }
Property Value
supported
Does LookDev is supported with the current render pipeline?
Declaration
public static bool supported { get; }
Property Value
Methods
LoadConfig(String)
Declaration
public static void LoadConfig(string path = "Library/LookDevConfig.asset")
Parameters
Type |
Name |
Description |
String |
path |
|
Open()
Declaration
public static void Open()
ResetConfig()
Declaration
public static void ResetConfig()
SaveConfig(String)
Declaration
public static void SaveConfig(string path = "Library/LookDevConfig.asset")
Parameters
Type |
Name |
Description |
String |
path |
|
SaveContextChangeAndApply(ViewIndex)
Update the rendered element with element in the context
Declaration
public static void SaveContextChangeAndApply(ViewIndex index)
Parameters
Type |
Name |
Description |
ViewIndex |
index |
The index of the stage to update
|