SpatialInteractionController 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 les spécificités d’un contrôleur de mouvement.
public ref class SpatialInteractionController 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 SpatialInteractionController 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 SpatialInteractionController
Public NotInheritable Class SpatialInteractionController
- 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)
|
Remarques
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1709 | 16299 | TryGetRenderableModelAsync |
1803 | 17134 | TryGetBatteryReport |
Propriétés
HasThumbstick |
Obtient si le contrôleur de mouvement a une manette. |
HasTouchpad |
Obtient si le contrôleur de mouvement dispose d’un pavé tactile. |
ProductId |
Obtient l’identificateur de produit pour ce contrôleur de mouvement. |
SimpleHapticsController |
Permet d’accéder à la capacité du contrôleur de mouvement à vibrer dans la main de l’utilisateur. |
VendorId |
Obtient l’identificateur du fournisseur pour ce contrôleur de mouvement. |
Version |
Obtient le numéro de version ou de révision de ce contrôleur de mouvement. |
Méthodes
TryGetBatteryReport() |
Obtient des informations sur l’état actuel de la batterie du contrôleur de mouvement. |
TryGetRenderableModelAsync() |
Obtient un flux de modèle pouvant être rendu pour ce contrôleur, qui peut être décompressé et rendu pour représenter ce contrôleur. |