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 引進)

備註

在與指定HolographicFrame 相關聯的 HolographicCameraRenderingParameters 上,設定 HolographicCameraRenderingParameters上的DepthReprojectionMethod屬性,以設定全像攝影相機的重新投影模式。

適用於