Struct MixedRealitySpatialObserverConfiguration
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct MixedRealitySpatialObserverConfiguration : IMixedRealityServiceConfiguration
Constructors
MixedRealitySpatialObserverConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseSpatialAwarenessObserverProfile)
Constructor.
Declaration
public MixedRealitySpatialObserverConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseSpatialAwarenessObserverProfile configurationProfile)
Parameters
Type | Name | Description |
---|---|---|
SystemType | componentType | The SystemType of the observer. |
String | componentName | The friendly name of the observer. |
UInt32 | priority | The load priority of the observer. |
SupportedPlatforms | runtimePlatform | The runtime platform(s) supported by the observer. |
BaseSpatialAwarenessObserverProfile | configurationProfile | The configuration profile for the observer. |
Properties
ComponentName
The name of the system, feature or manager.
Declaration
public string ComponentName { get; }
Property Value
Type | Description |
---|---|
String |
ComponentType
The concrete type for the system, feature or manager.
Declaration
public SystemType ComponentType { get; }
Property Value
Type | Description |
---|---|
SystemType |
ObserverProfile
Spatial Observer specific configuration profile.
Declaration
public BaseSpatialAwarenessObserverProfile ObserverProfile { get; }
Property Value
Type | Description |
---|---|
BaseSpatialAwarenessObserverProfile |
Priority
The priority this system, feature or manager will be initialized in.
Declaration
public uint Priority { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Profile
Profile configuration associated with the service
Declaration
public BaseMixedRealityProfile Profile { get; }
Property Value
Type | Description |
---|---|
BaseMixedRealityProfile |
RuntimePlatform
The runtime platform(s) to run this service.
Declaration
public SupportedPlatforms RuntimePlatform { get; }
Property Value
Type | Description |
---|---|
SupportedPlatforms |