Struct MixedRealityCameraSettingsConfiguration
Defines the configuration for a camera settings provider.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
Assembly: cs.temp.dll.dll
Syntax
public struct MixedRealityCameraSettingsConfiguration : IMixedRealityServiceConfiguration
Constructors
MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)
Constructor.
Declaration
public MixedRealityCameraSettingsConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseCameraSettingsProfile configurationProfile)
Parameters
Type | Name | Description |
---|---|---|
System |
componentType | The System |
String | componentName | The friendly name of the provider. |
UInt32 | priority | The load priority of the provider. |
Supported |
runtimePlatform | The runtime platform(s) supported by the provider. |
Base |
configurationProfile |
MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)
Constructor.
Declaration
public MixedRealityCameraSettingsConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseCameraSettingsProfile configurationProfile)
Parameters
Type | Name | Description |
---|---|---|
System |
componentType | The System |
String | componentName | The friendly name of the provider. |
UInt32 | priority | The load priority of the provider. |
Supported |
runtimePlatform | The runtime platform(s) supported by the provider. |
Base |
configurationProfile |
Properties
ComponentName
Declaration
public string ComponentName { get; }
Property Value
Type | Description |
---|---|
String |
ComponentName
Declaration
public string ComponentName { get; }
Property Value
Type | Description |
---|---|
String |
ComponentType
Declaration
public SystemType ComponentType { get; }
Property Value
Type | Description |
---|---|
System |
ComponentType
Declaration
public SystemType ComponentType { get; }
Property Value
Type | Description |
---|---|
System |
Priority
Declaration
public uint Priority { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Priority
Declaration
public uint Priority { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Profile
Declaration
public BaseMixedRealityProfile Profile { get; }
Property Value
Type | Description |
---|---|
Base |
RuntimePlatform
Declaration
public SupportedPlatforms RuntimePlatform { get; }
Property Value
Type | Description |
---|---|
Supported |
RuntimePlatform
Declaration
public SupportedPlatforms RuntimePlatform { get; }
Property Value
Type | Description |
---|---|
Supported |
SettingsProfile
Camera settings specific configuration profile.
Declaration
public BaseCameraSettingsProfile SettingsProfile { get; }
Property Value
Type | Description |
---|---|
Base |
SettingsProfile
Camera settings specific configuration profile.
Declaration
public BaseCameraSettingsProfile SettingsProfile { get; }
Property Value
Type | Description |
---|---|
Base |