Click or drag to resize

SpectatorCamera Class

Spectator Camera
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDKLoggingBehaviour
            ImmerseSDKSpectatorCamera

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class SpectatorCamera : LoggingBehaviour

The SpectatorCamera type exposes the following members.

Constructors
  NameDescription
Public methodSpectatorCamera
Initializes a new instance of the SpectatorCamera class
Top
Methods
  NameDescription
Protected methodAwake
Unity component method
Protected methodCameraTarget_OnEnter
Camera target is disabled
Protected methodCameraTarget_OnExit
Camera target is enabled
Public methodEnableCamera
Enable/Disable camera rendering
Protected methodInitialiseCoroutine
Initialise spectator camera
Protected methodOnDestroy
Unity component method
Public methodSelect
enable the camera and camera target
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also