SpatialInteractionController 类

定义

表示运动控制器的具体内容。

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
继承
Object Platform::Object IInspectable 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()

获取此控制器的可呈现模型流,该流可以解压缩并呈现以表示此控制器。

适用于

另请参阅