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
源是否遇到操纵杆按下。
注解
触摸板按下表示用户向下单击操纵杆。