Interface IViewDisplayer
Interface that must implement the viewer to communicate with the compositor and data management
Namespace: UnityEditor.Rendering.LookDev
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface IViewDisplayer
Methods
Name | Description |
---|---|
GetRect(ViewCompositionIndex) | Get the displayed rect to use |
Repaint() | Repaint the UI |
SetTexture(ViewCompositionIndex, Texture) | Set the computed texture in the view |
Events
Name | Description |
---|---|
OnChangingEnvironmentInView | Callback on environment changed in the view |
OnChangingObjectInView | Callback on object changed in the view |
OnClosed | Callback on closed |
OnLayoutChanged | Callback on layout changed |
OnMouseEventInView | Callback on ;ouse events in the view |
OnRenderDocAcquisitionTriggered | Callback on RenderDoc acquisition is triggered |
OnUpdateRequested | Callback on update requested |