HolographicReprojectionMethod Enum  
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.
Enumeration defining how holograms are stabilized during reprojection.
public enum class HolographicReprojectionMethodpublic enum HolographicReprojectionMethodtype HolographicReprojectionMethod = Public Enum HolographicReprojectionMethod- Inheritance
- 
				HolographicReprojectionMethod
Fields
| Name | Value | Description | 
|---|---|---|
| NoReprojection | -1 | Turns any reprojection off. | 
| Depth | 0 | Use the depth buffer. | 
| PlanarFromDepth | 1 | Automatically-placed plane based on the depth buffer. | 
| PlanarManual | 2 | Manually-placed plane. | 
| OrientationOnly | 3 | Reprojection for an orientation-only experience. |