QAxisSetting露
- PyQt5.Qt3DInput.QAxisSetting
Inherits from QNode.
Description露
QAxisSetting stores settings for the specified list of Axis.
Stores the dead zone associated with this axis and defines if smoothing is enabled
Methods露
- __init__(parent: QNode = None)
Constructs a new QAxisSetting instance with parent.
- axes() → List[int]
QAxisSetting::axes Returns the current list of Axis these settings apply to.
See also
- deadZoneRadius() → float
QAxisSetting::deadZoneRadius Returns the set dead zone radius.
See also
- isSmoothEnabled() → bool
- status
todo
- pysig
c506ff134babdd6e68ab3e6350e95305
- realname
Qt3DInput::QAxisSetting::isSmoothEnabled
- realsig
() const
- digest
fe1f7cbd71d36f88008ef4fa20a6e7c2
Returns if smoothing is enabled.
- setAxes(Iterable[int])
Set the current axes of the QAxisSetting instance to axes.
See also
- setDeadZoneRadius(float)
Set the current dead zone radius of the QAxisSetting instance to deadZoneRadius.
See also
- setSmoothEnabled(bool)
Set the current state of the QAxisSettings smoothing to enabled.
See also