IMixedRealityCameraProjectionOverrideProvider Interface

Definition

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

public interface class IMixedRealityCameraProjectionOverrideProvider : IDisposable, Microsoft::MixedReality::Toolkit::CameraSystem::IMixedRealityCameraSettingsProvider
public interface IMixedRealityCameraProjectionOverrideProvider : IDisposable, Microsoft.MixedReality.Toolkit.CameraSystem.IMixedRealityCameraSettingsProvider
type IMixedRealityCameraProjectionOverrideProvider = interface
    interface IMixedRealityCameraSettingsProvider
    interface IMixedRealityDataProvider
    interface IMixedRealityService
    interface IDisposable
Public Interface IMixedRealityCameraProjectionOverrideProvider
Implements IDisposable, IMixedRealityCameraSettingsProvider
Derived
Implements

Properties

ConfigurationProfile

The configuration profile for the service.

(Inherited from IMixedRealityService)
IsOpaque

Returns whether or not the current display rendering mode is opaque.

(Inherited from IMixedRealityCameraSettingsProvider)
IsProjectionOverrideEnabled

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

Name

Optional Priority attribute if multiple services of the same type are required, enables targeting a service for action.

(Inherited from IMixedRealityService)
Priority

Optional Priority to reorder registered managers based on their respective priority, reduces the risk of race conditions by prioritizing the order in which managers are evaluated.

(Inherited from IMixedRealityService)

Methods

ApplyConfiguration()

Applies provider specific configuration settings.

(Inherited from IMixedRealityCameraSettingsProvider)
Destroy()

Optional Destroy function to perform cleanup of the service before the Mixed Reality Toolkit is destroyed.

(Inherited from IMixedRealityService)
Disable()

Optional Disable function to pause the service.

(Inherited from IMixedRealityService)
Enable()

Optional Enable function to enable / re-enable the service.

(Inherited from IMixedRealityService)
Initialize()

The initialize function is used to setup the service once created. This method is called once all services have been registered in the Mixed Reality Toolkit.

(Inherited from IMixedRealityService)
LateUpdate()

Optional LateUpdate function to that is called after Update has been called on all services.

(Inherited from IMixedRealityService)
Reset()

Optional Reset function to perform that will Reset the service, for example, whenever there is a profile change.

(Inherited from IMixedRealityService)
Update()

Optional Update function to perform per-frame updates of the service.

(Inherited from IMixedRealityService)

Applies to