We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Interface IMixedRealityCameraProjectionOverrideProvider

    Provides a property for enabling and disabling projection override behavior. The actual implementation is dependent on the platform.

    Inherited Members
    IMixedRealityCameraSettingsProvider.IsOpaque
    IMixedRealityCameraSettingsProvider.ApplyConfiguration()
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    IDisposable.Dispose()
    Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityCameraProjectionOverrideProvider : IMixedRealityCameraSettingsProvider, IMixedRealityDataProvider, IMixedRealityService, IDisposable

    Properties

    IsProjectionOverrideEnabled

    Whether the camera's projection matrices are being overridden or not.

    Declaration
    bool IsProjectionOverrideEnabled { get; set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Different platforms and devices may handle this differently, or not at all. Windows Mixed Reality refers to this as Reading Mode.

    In This Article
    Back to top Generated by DocFX