SpatialInteractionControllerProperties.IsThumbstickPressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得動作控制器是否遇到搖桿按下。
public:
property bool IsThumbstickPressed { bool get(); };
bool IsThumbstickPressed();
public bool IsThumbstickPressed { get; }
var boolean = spatialInteractionControllerProperties.isThumbstickPressed;
Public ReadOnly Property IsThumbstickPressed As Boolean
屬性值
Boolean
bool
來源是否遇到搖桿按下。
備註
觸控板按下代表使用者按一下搖桿。