HolographicViewConfiguration.SupportedDepthReprojectionMethods Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des modes de reprojection de profondeur pris en charge pour cette 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)
Liste en lecture seule des modes de reprojection de profondeur.
Famille d’appareils |
Windows 10, version 2104 (introduit dans 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v12.0)
|
Définissez le mode de reprojection d’une caméra holographique en définissant la propriété DepthReprojectionMethod sur les paramètres HolographicCameraRenderingParameters associés à la caméra pour un HolographicFrame donné.
Produit | Versions |
---|---|
WinRT | Build 20348, Build 22000, Build 22621, Build 26100 |