QAxisSetting#
QAxisSetting
stores settings for the specified list of Axis. More…
Synopsis#
Functions#
def
axes
()def
deadZoneRadius
()def
isSmoothEnabled
()
Slots#
def
setAxes
(axes)def
setDeadZoneRadius
(deadZoneRadius)def
setSmoothEnabled
(enabled)
Signals#
def
axesChanged
(axes)def
deadZoneRadiusChanged
(deadZoneRadius)def
smoothChanged
(smooth)
Detailed Description#
Stores the dead zone associated with this axis and defines if smoothing is enabled
- class PySide6.Qt3DInput.Qt3DInput.QAxisSetting([parent=None])#
- Parameters
parent –
PySide6.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