Click or drag to resize

CameraServiceSceneCamera Property

Returns the actively displayed main Camera (in VR this might not be the user's view camera though). This is set as soon as a scene is loaded.

Namespace:  ImmerseSDK.Camera
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public UnityEngine.Camera SceneCamera { get; private set; }

Property Value

Type: UnityEngine.Camera
See Also