Interface ICameraUpdater
Interface to comunicate with simple Renderer
Namespace: UnityEditor.Rendering.LookDev
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface ICameraUpdater
Methods
UpdateCamera(Camera)
Method called To update the LookDev camera position
Declaration
void UpdateCamera(Camera camera)
Parameters
| Type | Name | Description |
|---|---|---|
| Camera | camera | The camera |