Axis QML Type

Qt3DInput::QAxis C++ 클래스를 위한 QML 프론트엔드. 더 보기...

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

속성

상세 설명

동일한 이벤트를 트리거하는 AbstractAxisInput 세트를 연결합니다.

프로퍼티 문서

buttons : QVariantList

이 액션을 트리거할 수 있는 버튼


이 축을 트리거할 수 있는 AbstractAxisInput 목록입니다.


scale : real

누적할 때 축 값의 스케일을 조정할 양입니다. 축이 제어할 수 있는 최대 속도 또는 가속도라고 생각하면 됩니다.


value : int [read-only]

소스축에서 누적된 값을 보유합니다.


velocity : real [read-only]

속도를 반환합니다. 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.