SpatialInteractionControllerProperties Classe
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.
Représente l’état spécifique aux contrôleurs de mouvement.
public ref class SpatialInteractionControllerProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpatialInteractionControllerProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpatialInteractionControllerProperties
Public NotInheritable Class SpatialInteractionControllerProperties
- Héritage
- Attributs
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)
|
Propriétés
IsThumbstickPressed |
Obtient si un contrôleur de mouvement subit une pression sur un bâton. |
IsTouchpadPressed |
Obtient si un contrôleur de mouvement subit une pression sur le pavé tactile. |
IsTouchpadTouched |
Obtient si un contrôleur de mouvement rencontre un pavé tactile. |
ThumbstickX |
Obtient une valeur comprise entre -1.0 et 1.0 représentant la position horizontale du bâton. |
ThumbstickY |
Obtient une valeur comprise entre -1.0 et 1.0 représentant la position verticale du bâton. |
TouchpadX |
Obtient une valeur comprise entre -1.0 et 1.0 représentant la position horizontale du doigt de l’utilisateur sur le pavé tactile. |
TouchpadY |
Obtient une valeur comprise entre -1.0 et 1.0 représentant la position verticale du doigt de l’utilisateur sur le pavé tactile. |