Interface IImmersiveCameraSetupConfiguratorWithDeconfiguration
A MonoBehaviour which implements this interface can be placed on the ImmersiveManager. This is an extension of the IImmersiveCameraSetupConfigurator interface, which allows for deconfiguration of the camera. This is useful for cleaning up any changes made to the camera when leaving the scene.
Inherited Members
Namespace: Immersive.Camera
Assembly: cs.temp.dll.dll
Syntax
public interface IImmersiveCameraSetupConfiguratorWithDeconfiguration : IImmersiveCameraSetupConfigurator
Methods
DeconfigureCamera(UnityEngine.Camera)
Declaration
void DeconfigureCamera(UnityEngine.Camera camera)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Camera | camera |