HolographicCameraRenderingParameters.ReprojectionMode 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 ou définit le type de reprojection demandé par l’application pour stabiliser son rendu holographique par rapport au mouvement de la tête de l’utilisateur.
public:
property HolographicReprojectionMode ReprojectionMode { HolographicReprojectionMode get(); void set(HolographicReprojectionMode value); };
HolographicReprojectionMode ReprojectionMode();
void ReprojectionMode(HolographicReprojectionMode value);
public HolographicReprojectionMode ReprojectionMode { get; set; }
var holographicReprojectionMode = holographicCameraRenderingParameters.reprojectionMode;
holographicCameraRenderingParameters.reprojectionMode = holographicReprojectionMode;
Public Property ReprojectionMode As HolographicReprojectionMode
Valeur de propriété
Type de reprojection.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|