SpatialInteractionSource.IsPointingSupported 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 si la source peut fournir des poses de pointeur.
public:
property bool IsPointingSupported { bool get(); };
bool IsPointingSupported();
public bool IsPointingSupported { get; }
var boolean = spatialInteractionSource.isPointingSupported;
Public ReadOnly Property IsPointingSupported As Boolean
Valeur de propriété
bool
Retourne true pour les contrôleurs de mouvement qui prennent en charge le suivi positionnel et false pour d’autres sources d’interaction.
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)
|
Remarques
Pour obtenir la pose du pointeur source, transmettez la source à SpatialPointingPose.TryGetInteractionSourcePose. Notez qu’un contrôleur de mouvement capable de pointer peut toujours retourner une pose de pointeur null si le contrôleur a perdu le suivi positionnel.