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