Axis QML Type
Interfaz QML para la clase C++ Qt3DInput::QAxis. Más...
| Import Statement: | import Qt3D.Input 2.11 |
| In C++: | QAxis |
| Status: | Deprecated |
Propiedades
Descripción detallada
Vincula un conjunto de AbstractAxisInputs que activan el mismo evento.
Documentación de Propiedades
buttons : list<var>
Los botones que pueden activar esta acción
inputs : list<AbstractAxisInput>
la lista de AbstractAxisInput que pueden activar este Eje.
scale : real
La cantidad a escalar el valor del eje cuando se acumula. Puede considerarse como la velocidad o aceleración máxima que puede controlar el eje.
value : int [read-only]
Mantiene el valor acumulado desde el sourceAxis.
velocity : real [read-only]
Devuelve la velocidad. Si sourceAxisType es Velocity, es simplemente el valor del eje fuente multiplicado por la escala. Si el sourceAxisType es Acceleration, la velocidad se integra usando el valor del eje fuente como aceleración.
© 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.