Axis QML Type

Qt3DInput::QAxis C++ 类的 QML 前端。更多

Import Statement: import Qt3D.Input 2.9
In C++: QAxis
Status: Deprecated

属性

详细说明

链接触发同一事件的一组 AbstractAxisInputs。

属性文档

buttons : list<var>

可触发此操作的按钮


可触发此坐标轴的AbstractAxisInput 的列表。


scale : real

累加时轴值的缩放量。这可以看作是轴可以控制的最大速度或加速度。


value : int [read-only]

保存从源轴累积的值。


velocity : real [read-only]

返回速度。如果 sourceAxisType 设置为 Velocity,那么返回值就是源轴的值乘以刻度。如果 sourceAxisType 设置为加速度,则速度将使用源轴的值作为加速度进行积分。


© 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.