Interface IEnvironmentDisplayer
Interface that must implement the EnvironmentLibrary view to communicate with the data management
Namespace: UnityEditor.Rendering.LookDev
Syntax
public interface IEnvironmentDisplayer
Methods
Repaint()
Repaint the UI
Declaration
void Repaint()
Events
OnChangingEnvironmentLibrary
Callback on Environment change in the Library
Declaration
event Action<EnvironmentLibrary> OnChangingEnvironmentLibrary
Event Type
Type | Description |
---|---|
Action<EnvironmentLibrary> |