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()
Declaration
void Repaint()
Events
OnChangingEnvironmentLibrary
Declaration
event Action<EnvironmentLibrary> OnChangingEnvironmentLibrary
Event Type
Type | Description |
---|---|
System.Action<EnvironmentLibrary> |