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

源是否遇到操纵杆按下。

注解

触摸板按下表示用户向下单击操纵杆。

适用于