AxisSetting QML Type
Qt3DInput::QAxisSetting C++ クラスの QML フロントエンド。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QAxisSetting |
Status: | Deprecated |
プロパティ
- axes : list<int>
- axis : QVariantList
- deadZoneRadius : float
- smooth : bool
信号
詳細説明
指定されたAxisのリストの設定を保存する
プロパティの説明
axis : QVariantList |
の現在の軸。AxisSetting
deadZoneRadius : float |
の現在のデッドゾーン半径。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.