QAxisSetting

QAxisSetting stores settings for the specified list of Axis. More

Inheritance diagram of PySide6.Qt3DInput.Qt3DInput.QAxisSetting

Synopsis

Functions

Slots

Signals

Detailed Description

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

class PySide6.Qt3DInput.Qt3DInput.QAxisSetting([parent=None])
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QAxisSetting instance with parent.

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

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

axes

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

float

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

deadZoneRadius – float

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

bool

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

axes

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

deadZoneRadius – float

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

enabled – bool

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

smooth – bool