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])

Constructs a new QAxisSetting instance with parent .

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

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

axes

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

float

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

deadZoneRadius – float

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

bool

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

axes

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

deadZoneRadius – float

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

enabled – bool

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

smooth – bool