Struct MixedRealityInputDataProviderConfiguration
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct MixedRealityInputDataProviderConfiguration : IMixedRealityServiceConfiguration
  Constructors
MixedRealityInputDataProviderConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)
Constructor.
Declaration
public MixedRealityInputDataProviderConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseMixedRealityProfile profile)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SystemType | componentType | The SystemType of the data provider.  | 
      
| String | componentName | The friendly name of the data provider.  | 
      
| UInt32 | priority | The load priority of the data provider.  | 
      
| SupportedPlatforms | runtimePlatform | The runtime platform(s) supported by the data provider.  | 
      
| BaseMixedRealityProfile | profile | The configuration profile for the data provider.  | 
      
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 | 
DeviceManagerProfile
Device manager specific configuration profile.
Declaration
public BaseMixedRealityProfile DeviceManagerProfile { 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 |