Class BaseCameraSettingsProvider
Inheritance
BaseCameraSettingsProvider
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseCameraSettingsProvider : BaseDataProvider<IMixedRealityCameraSystem>, IMixedRealityCameraSettingsProvider, IMixedRealityDataProvider, IMixedRealityService, IDisposable
Constructors
BaseCameraSettingsProvider(IMixedRealityCameraSystem, String, UInt32, BaseCameraSettingsProfile)
Constructor.
Declaration
protected BaseCameraSettingsProvider(IMixedRealityCameraSystem cameraSystem, string name = null, uint priority = 10U, BaseCameraSettingsProfile profile = null)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityCameraSystem | cameraSystem | The instance of the camera system which is managing this provider. |
String | name | Friendly name of the provider. |
UInt32 | priority | Provider priority. Used to determine order of instantiation. |
BaseCameraSettingsProfile | profile | The provider's configuration profile. |
Properties
IsOpaque
Returns whether or not the current display rendering mode is opaque.
Declaration
public virtual bool IsOpaque { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ApplyConfiguration()
Applies provider specific configuration settings.
Declaration
public virtual void ApplyConfiguration()