HolographicViewConfiguration.SupportedDepthReprojectionMethods 属性

定义

获取此 HolographicViewConfiguration 支持的深度重新投影模式的列表。

public:
 property IVectorView<HolographicDepthReprojectionMethod> ^ SupportedDepthReprojectionMethods { IVectorView<HolographicDepthReprojectionMethod> ^ get(); };
IVectorView<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods();
public IReadOnlyList<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods { get; }
var iVectorView = holographicViewConfiguration.supportedDepthReprojectionMethods;
Public ReadOnly Property SupportedDepthReprojectionMethods As IReadOnlyList(Of HolographicDepthReprojectionMethod)

属性值

深度重新投影模式的只读列表。

Windows 要求

设备系列
Windows 10, version 2104 (在 10.0.20348.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v12.0 中引入)

注解

通过在与给定全息帧的相机关联的 HolographicCameraRenderingParameters 上设置 DepthReprojectionMethod 属性来设置全息相机的重新投影模式。

适用于