SpatialInteractionControllerProperties クラス

定義

モーション コントローラーに固有の状態を表します。

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
継承
Object Platform::Object IInspectable SpatialInteractionControllerProperties
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

プロパティ

IsThumbstickPressed

モーション コントローラーでサムスティックが押されているかどうかを取得します。

IsTouchpadPressed

モーション コントローラーでタッチパッドの押しが発生しているかどうかを取得します。

IsTouchpadTouched

モーション コントローラーでタッチパッド タッチが発生しているかどうかを取得します。

ThumbstickX

サムスティックの水平方向の位置を表す -1.0 から 1.0 までの値を取得します。

ThumbstickY

サムスティックの垂直方向の位置を表す -1.0 から 1.0 までの値を取得します。

TouchpadX

タッチパッド上のユーザーの指の水平方向の位置を表す -1.0 から 1.0 までの値を取得します。

TouchpadY

タッチパッドでのユーザーの指の垂直方向の位置を表す -1.0 から 1.0 までの値を取得します。

適用対象

こちらもご覧ください