SpatialAwarenessSystemManager Class

Definition

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

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

Constructors

SpatialAwarenessSystemManager()

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