共用方式為


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

來源是否遇到搖桿按下。

備註

觸控板按下代表使用者按一下搖桿。

適用於