Interface IMixedRealityCameraSettingsProvider
Interface defining the a camera system settings provider.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityCameraSettingsProvider : IMixedRealityDataProvider, IMixedRealityService, IDisposable
Properties
IsOpaque
Returns whether or not the current display rendering mode is opaque.
Declaration
bool IsOpaque { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ApplyConfiguration()
Applies provider specific configuration settings.
Declaration
void ApplyConfiguration()