AxisSetting QML Type
Interfaz QML para la clase C++ Qt3DInput::QAxisSetting. Más...
| Import Statement: | import Qt3D.Input 2.11 |
| In C++: | QAxisSetting |
| Status: | Deprecated |
Propiedades
- axes : list<int>
- axis : list<var>
- deadZoneRadius : real
- smooth : bool
Señales
Descripción detallada
Almacena la configuración de la lista especificada de Ejes
Documentación de propiedades
axes : list<int>
axis : list<var>
El eje actual del AxisSetting
deadZoneRadius : real
El radio actual de la zona muerta del AxisSetting
smooth : bool
Estado actual del alisado
Documentación de señales
axisChanged()
Esta señal se emite cuando se cambia el eje asociado a la configuración del eje.
El manejador correspondiente es onAxisChanged
Nota: El manejador correspondiente es onAxisChanged.
deadZoneRadiusChanged()
Esta señal se emite cuando se modifica la zona muerta asociada al ajuste del eje.
El manejador correspondiente es onDeadZoneRadiusChanged
Nota: El manejador correspondiente es onDeadZoneRadiusChanged.
smoothChanged()
Esta señal se emite cuando se cambia el estado de suavizado.
El manejador correspondiente es onSmoothChanged
Nota: El manejador correspondiente es onSmoothChanged.
© 2026 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.