HolographicViewConfiguration.SupportedDepthReprojectionMethods Propriété
Définition
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)
Valeur de propriété
Liste en lecture seule des modes de reprojection de profondeur.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2104 (introduit dans 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v12.0)
|
Remarques
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é.