CameraSystemManager Class

Definition

Service manager supporting running the camera system, without requiring the MixedRealityToolkit object.

public ref class CameraSystemManager : Microsoft::MixedReality::Toolkit::Experimental::BaseServiceManager
[UnityEngine.AddComponentMenu("Scripts/MRTK/SDK/CameraSystemManager")]
public class CameraSystemManager : Microsoft.MixedReality.Toolkit.Experimental.BaseServiceManager
[<UnityEngine.AddComponentMenu("Scripts/MRTK/SDK/CameraSystemManager")>]
type CameraSystemManager = class
    inherit BaseServiceManager
Public Class CameraSystemManager
Inherits BaseServiceManager
Inheritance
UnityEngine.MonoBehaviour
CameraSystemManager
Attributes
UnityEngine.AddComponentMenuAttribute

Constructors

CameraSystemManager()

Fields

registeredServices

The collection of registered services.

(Inherited from BaseServiceManager)

Methods

GetService<T>(String, Boolean)

Gets the instance of the registered service.

(Inherited from BaseServiceManager)
GetServices<T>(String)

Gets the collection of the registered service instances matching the requested type.

(Inherited from BaseServiceManager)
Initialize<T>(Type, SupportedPlatforms, Object[])

Initialize a service.

(Inherited from BaseServiceManager)
IsServiceRegistered<T>(String)

Checks to see if a service of the specified type has been registered.

(Inherited from BaseServiceManager)
OnDestroy()
OnDisable() (Inherited from BaseServiceManager)
OnEnable() (Inherited from BaseServiceManager)
RegisterService<T>(T)

Registers a service of the specified type.

(Inherited from BaseServiceManager)
RegisterService<T>(Type, SupportedPlatforms, Object[])

Registers a service of the specified type.

(Inherited from BaseServiceManager)
Uninitialize<T>()

Uninitialize a service.

(Inherited from BaseServiceManager)
UnregisterService<T>(String)

Unregisters a service of the specified type.

(Inherited from BaseServiceManager)
UnregisterService<T>(T)

Unregisters a service.

(Inherited from BaseServiceManager)
Update() (Inherited from BaseServiceManager)

Applies to