ViewConfiguration.SetReprojectionSettings(ReprojectionSettings) Method

Definition

Set the reprojection settings for the view configuration that will be used for the current frame.

public void SetReprojectionSettings (Microsoft.MixedReality.OpenXR.ReprojectionSettings settings);
member this.SetReprojectionSettings : Microsoft.MixedReality.OpenXR.ReprojectionSettings -> unit
Public Sub SetReprojectionSettings (settings As ReprojectionSettings)

Parameters

settings
ReprojectionSettings

The reprojection settings to be set.

Remarks

The given setting only affects the current frame, and must be set for each frame to maintain the effect.

Applies to