Interface IImmersiveCameraSetupConfigurator
A MonoBehaviour which implements this interface can be placed on the ImmersiveManager. It can be used to change the basic settings of any of the Cameras which are part of the Immersive Camera System. For example, change the background colour or add post processing.
Namespace: Immersive.Camera
Assembly: cs.temp.dll.dll
Syntax
public interface IImmersiveCameraSetupConfigurator
Methods
SetupCamera(UnityEngine.Camera)
Declaration
void SetupCamera(UnityEngine.Camera camera)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Camera | camera |