HolographicViewConfiguration.SupportedDepthReprojectionMethods 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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 属性来设置全息相机的重新投影模式。