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 |
---|---|---|
SystemType | componentType | The SystemType of the provider. |
String | componentName | The friendly name of the provider. |
UInt32 | priority | The load priority of the provider. |
SupportedPlatforms | runtimePlatform | The runtime platform(s) supported by the provider. |
BaseCameraSettingsProfile | 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 |
---|---|---|
SystemType | componentType | The SystemType of the provider. |
String | componentName | The friendly name of the provider. |
UInt32 | priority | The load priority of the provider. |
SupportedPlatforms | runtimePlatform | The runtime platform(s) supported by the provider. |
BaseCameraSettingsProfile | 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 |
---|---|
SystemType |
ComponentType
Declaration
public SystemType ComponentType { get; }
Property Value
Type | Description |
---|---|
SystemType |
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 |
---|---|
BaseMixedRealityProfile |
RuntimePlatform
Declaration
public SupportedPlatforms RuntimePlatform { get; }
Property Value
Type | Description |
---|---|
SupportedPlatforms |
RuntimePlatform
Declaration
public SupportedPlatforms RuntimePlatform { get; }
Property Value
Type | Description |
---|---|
SupportedPlatforms |
SettingsProfile
Camera settings specific configuration profile.
Declaration
public BaseCameraSettingsProfile SettingsProfile { get; }
Property Value
Type | Description |
---|---|
BaseCameraSettingsProfile |
SettingsProfile
Camera settings specific configuration profile.
Declaration
public BaseCameraSettingsProfile SettingsProfile { get; }
Property Value
Type | Description |
---|---|
BaseCameraSettingsProfile |