AxisSetting QML Type
Qt3DInput::QAxisSetting C++ 类的 QML 前端。更多
Import Statement: | import Qt3D.Input 2.9 |
In C++: | QAxisSetting |
Status: | Deprecated |
属性
- axes : list<int>
- axis : list<var>
- deadZoneRadius : real
- smooth : bool
信号
详细说明
存储指定轴列表的设置
属性文档
的当前轴线AxisSetting
deadZoneRadius : real |
的当前死区半径AxisSetting
smooth : bool |
当前平滑状态
信号文档
axisChanged() |
当与轴设置相关的轴发生变化时,会发出该信号。
相应的处理程序是onAxisChanged
注: 相应的处理程序是onAxisChanged
。
deadZoneRadiusChanged() |
当与轴设置相关的死区发生变化时,会发出该信号。
相应的处理程序是onDeadZoneRadiusChanged
注: 相应的处理程序为onDeadZoneRadiusChanged
。
smoothChanged() |
当平滑状态发生变化时,将发出该信号。
相应的处理程序是onSmoothChanged
注: 相应的处理程序是onSmoothChanged
。
© 2025 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.