Share via


SpatialInteractionControllerProperties.IsThumbstickPressed プロパティ

定義

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

public:
 property bool IsThumbstickPressed { bool get(); };
bool IsThumbstickPressed();
public bool IsThumbstickPressed { get; }
var boolean = spatialInteractionControllerProperties.isThumbstickPressed;
Public ReadOnly Property IsThumbstickPressed As Boolean

プロパティ値

Boolean

bool

ソースでサムスティックが押されているかどうか。

注釈

タッチパッドの押下は、サムスティックを下にクリックするユーザーを表します。

適用対象