HolographicCamera.IsPrimaryLayerEnabled 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 si cette caméra doit afficher la mémoire tampon principale remplie par l’application.
public:
property bool IsPrimaryLayerEnabled { bool get(); void set(bool value); };
bool IsPrimaryLayerEnabled();
void IsPrimaryLayerEnabled(bool value);
public bool IsPrimaryLayerEnabled { get; set; }
var boolean = holographicCamera.isPrimaryLayerEnabled;
holographicCamera.isPrimaryLayerEnabled = boolean;
Public Property IsPrimaryLayerEnabled As Boolean
Valeur de propriété
bool
True, si la couche primaire doit être affichée ; sinon, false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
La couche primaire affiche les pixels qu’une application restitue dans la mémoire tampon arrière retournée par HolographicCameraRenderingParameters. La couche primaire apparaît derrière n’importe quelle couche de quatre couches. Si une application a uniquement l’intention de restituer les quatre couches, par exemple pendant un écran de chargement, elle peut désactiver la couche primaire. Lorsque la couche primaire est désactivée, tous les pixels non couverts par les quatre couches restent noirs.