mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    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
    IMixedRealityEventSystem.EventListeners
    IMixedRealityEventSystem.HandleEvent<T>(BaseEventData, ExecuteEvents.EventFunction<T>)
    IMixedRealityEventSystem.Register(GameObject)
    IMixedRealityEventSystem.Unregister(GameObject)
    IMixedRealityEventSystem.RegisterHandler<T>(IEventSystemHandler)
    IMixedRealityEventSystem.UnregisterHandler<T>(IEventSystemHandler)
    IMixedRealityEventSource.SourceId
    IMixedRealityEventSource.SourceName
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    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

    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

    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
    In This Article
    • Properties
      • CameraProfile
      • CameraProfile
      • IsOpaque
      • IsOpaque
    Back to top Generated by DocFX