Qt3DInput.QAxisSetting

QAxisSetting stores settings for the specified list of Axis. More

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QAxisSetting

Synopsis

Functions

Slots

Signals

Detailed Description

Stores the dead zone associated with this axis and defines if smoothing is enabled

class PySide2.Qt3DInput.Qt3DInput.QAxisSetting([parent=None])
param parent

QNode

Constructs a new QAxisSetting instance with parent .

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.axes()
Return type

axes Returns the current list of Axis these settings apply to.

See also

setAxes()

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.axesChanged(axes)
Parameters

axes

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.deadZoneRadius()
Return type

float

deadZoneRadius Returns the set dead zone radius.

See also

setDeadZoneRadius()

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.deadZoneRadiusChanged(deadZoneRadius)
Parameters

deadZoneRadiusfloat

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.isSmoothEnabled()
Return type

bool

Returns if smoothing is enabled.

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setAxes(axes)
Parameters

axes

Set the current axes of the QAxisSetting instance to axes .

See also

axes()

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setDeadZoneRadius(deadZoneRadius)
Parameters

deadZoneRadiusfloat

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

See also

deadZoneRadius()

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setSmoothEnabled(enabled)
Parameters

enabledbool

Set the current state of the QAxisSettings smoothing to enabled .

See also

isSmoothEnabled()

PySide2.Qt3DInput.Qt3DInput.QAxisSetting.smoothChanged(smooth)
Parameters

smoothbool