SpatialInteractionController 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示動作控制器的特定專案。
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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1709 | 16299 | TryGetRenderableModelAsync |
1803 | 17134 | TryGetBatteryReport |
屬性
HasThumbstick |
取得動作控制器是否有搖桿。 |
HasTouchpad |
取得動作控制器是否有觸控板。 |
ProductId |
取得這個動作控制器的產品識別碼。 |
SimpleHapticsController |
提供動作控制器在使用者手上震動的能力。 |
VendorId |
取得這個動作控制器的廠商識別碼。 |
Version |
取得此動作控制器的版本或修訂號碼。 |
方法
TryGetBatteryReport() |
取得動作控制器目前電池狀態的相關資訊。 |
TryGetRenderableModelAsync() |
取得這個控制器的可轉譯模型資料流程,此資料流程可以解壓縮並轉譯為表示這個控制器。 |