Interface IMixedRealityCameraSystem
Manager interface for a camera system in the Mixed Reality Toolkit. The camera system is expected to manage settings on the main camera. It should update the camera's clear settings, render mask, etc based on platform.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityCameraSystem : IMixedRealityEventSystem, IMixedRealityEventSource, IEqualityComparer, IMixedRealityService, IDisposable
Properties
CameraProfile
Typed representation of the ConfigurationProfile property.
Declaration
MixedRealityCameraProfile CameraProfile { get; }
Property Value
Type | Description |
---|---|
MixedRealityCameraProfile |
IsOpaque
Is the current camera displaying on an opaque (VR / immersive) or a transparent (AR) device
Declaration
bool IsOpaque { get; }
Property Value
Type | Description |
---|---|
Boolean |