ReprojectionSettings.ReprojectionPlaneOverridePosition Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the application is confident that overriding the reprojection plane can benefit hologram stability, it can provide this override to further help the runtime fine tune the reprojection details. This Vector3 describes the position of the focus plane represented in the Unity scene.
public UnityEngine.Vector3? ReprojectionPlaneOverridePosition;
val mutable ReprojectionPlaneOverridePosition : Nullable<UnityEngine.Vector3>
Public ReprojectionPlaneOverridePosition As Nullable(Of Vector3)
Field Value
Nullable<UnityEngine.Vector3>