Axis QML Type
Qt3DInput::QAxis C++ クラスの QML フロントエンド。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QAxis |
Status: | Deprecated |
プロパティ
詳細説明
同じイベントをトリガする AbstractAxisInput のセットをリンクします。
プロパティの説明
buttons : QVariantList |
このアクションをトリガーできるボタン
inputs : list<AbstractAxisInput> |
この軸をトリガできるAbstractAxisInput のリスト。
scale : real |
積算時に軸値をスケーリングする量。これは、軸が制御できる最大速度または加速度と考えることができる。
value : int |
sourceAxis から累積された値を保持します。
velocity : real |
速度を返す。sourceAxisType が Velocity に設定されている場合、これは単にソース軸の値にスケールを乗じた値です。sourceAxisType が Acceleration に設定されている場合は、ソース軸の値を加速度として使用して速度が積分されます。
© 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.