SpatialAwarenessSystemManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |