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