AxisSetting QML Type
Qt3DInput::QAxisSetting C++ 类的 QML 前端。更多
| Import Statement: | import Qt3D.Input 2.11 |
| In C++: | QAxisSetting |
| Status: | Deprecated |
属性
- axes : list<int>
- axis : list<var>
- deadZoneRadius : real
- smooth : bool
信号
详细说明
存储指定轴列表的设置
属性文档
axes : list<int>
axis : list<var>
的当前轴线AxisSetting
deadZoneRadius : real
的当前死区半径。AxisSetting
smooth : bool
平滑化的现状
信号文档
axisChanged()
当与轴设置相关的轴发生变化时,会发出该信号。
相应的处理程序是onAxisChanged
注: 相应的处理程序是onAxisChanged 。
deadZoneRadiusChanged()
当与轴设置相关的死区发生变化时,会发出该信号。
相应的处理程序是onDeadZoneRadiusChanged
注: 相应的处理程序是onDeadZoneRadiusChanged 。
smoothChanged()
当平滑状态发生变化时会发出该信号。
相应的处理程序是onSmoothChanged
注: 相应的处理程序是onSmoothChanged 。
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.