Interface ICameraUpdater
Interface to comunicate with simple UnityEditor.Rendering.LookDev.Renderer
Namespace: UnityEditor.Rendering.LookDev
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 |