次の方法で共有


SpatialInteractionController.HasThumbstick プロパティ

定義

モーション コントローラーにサムスティックがあるかどうかを取得します。

public:
 property bool HasThumbstick { bool get(); };
bool HasThumbstick();
public bool HasThumbstick { get; }
var boolean = spatialInteractionController.hasThumbstick;
Public ReadOnly Property HasThumbstick As Boolean

プロパティ値

Boolean

bool

コントローラーにサムスティックがあるかどうか。

適用対象