QAxis¶
- PyQt5.Qt3DInput.QAxis
Inherits from QNode.
Description¶
Constructs a new QAxis instance with parent.
QAxis stores QAbstractAxisInputs used to trigger an input event.
Methods¶
- addInput(QAbstractAxisInput)
Adds an input for the axis.
See also
- inputs() List[ QAbstractAxisInput]
Returns vector of all inputs added to the axis.
- removeInput(QAbstractAxisInput)
Removes an input from the axis.
See also
- sceneChangeEvent(QSceneChange)
TODO
- value() float
TODO
Signals¶
- valueChanged(float)
TODO