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

setAxes().


deadZoneRadius() → float

QAxisSetting::deadZoneRadius Returns the set dead zone radius.


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

axes().


setDeadZoneRadius(float)

Set the current dead zone radius of the QAxisSetting instance to deadZoneRadius.

See also

deadZoneRadius().


setSmoothEnabled(bool)

Set the current state of the QAxisSettings smoothing to enabled.

See also

isSmoothEnabled().

Signals

axesChanged(Iterable[int])

TODO


deadZoneRadiusChanged(float)

TODO


smoothChanged(bool)

TODO