Class WindowsMixedRealityReprojectionUpdater
Script used to update the reprojection method for Windows Mixed Reality devices.
Implements
MonoBehaviour
Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality
Assembly: cs.temp.dll.dll
Syntax
public class WindowsMixedRealityReprojectionUpdater : MonoBehaviour, MonoBehaviour
Properties
ReprojectionMethod
Gets or sets the reprojection method used by Windows Mixed Reality.
Declaration
public HolographicDepthReprojectionMethod ReprojectionMethod { get; set; }
Property Value
Type | Description |
---|---|
HolographicDepthReprojectionMethod |
ReprojectionMethod
Gets or sets the reprojection method used by Windows Mixed Reality.
Declaration
public HolographicDepthReprojectionMethod ReprojectionMethod { get; set; }
Property Value
Type | Description |
---|---|
HolographicDepthReprojectionMethod |
Implements
MonoBehaviour