Struct MixedRealityServiceConfiguration
Defines a system, feature, or manager to be registered with as a IMixedRealityExtensionService on startup.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct MixedRealityServiceConfiguration : IMixedRealityServiceConfiguration
  Constructors
MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)
Constructor.
Declaration
public MixedRealityServiceConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseMixedRealityProfile configurationProfile)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SystemType | componentType | The concrete type for the system, feature or manager.  | 
      
| String | componentName | The simple, human readable name for the system, feature, or manager.  | 
      
| UInt32 | priority | The priority this system, feature, or manager will be initialized in.  | 
      
| SupportedPlatforms | runtimePlatform | The runtime platform(s) to run this system, feature, or manager on.  | 
      
| BaseMixedRealityProfile | configurationProfile | The configuration profile for the service.  | 
      
Properties
ComponentName
The simple, human readable name for 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 | 
ConfigurationProfile
The configuration profile for the service.
Declaration
public BaseMixedRealityProfile ConfigurationProfile { get; }
  Property Value
| Type | Description | 
|---|---|
| BaseMixedRealityProfile | 
Priority
The priority this system, feature, or manager will be initialized in.
Declaration
public uint Priority { get; }
  Property Value
| Type | Description | 
|---|---|
| UInt32 | 
RuntimePlatform
The runtime platform(s) to run this service.
Declaration
public SupportedPlatforms RuntimePlatform { get; }
  Property Value
| Type | Description | 
|---|---|
| SupportedPlatforms |