class QAxisSetting#

QAxisSetting 存储指定轴的设置。更多

Inheritance diagram of PySide6.Qt3DInput.Qt3DInput.QAxisSetting

概要#

属性#

方法#

插槽#

信号#

注意

本文档可能包含从C++到Python自动翻译的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建票证来让我们知道。

详细描述#

存储与此轴相关的不活动区域,并定义是否启用平滑处理

注意

当使用from __feature__ import true_property时可以直接使用属性,否则通过访问函数来访问。

属性axes:int列表#
访问函数
属性deadZoneRadius:float#
访问函数
属性smooth:bool#
访问函数
__init__([parent=None])#
参数::

parent - QNode

使用parent构建一个新的QAxisSetting实例。

axes()#
返回类型::

.整数列表

QAxisSetting::axes 返回应用这些设置的当前轴列表。

另见

setAxes()

属性的获取器 axesᅟ .

axesChanged(axes)#
参数::

axes – int 的 .列表

当与轴设置相关的轴更改为 axes 时将发出此信号。

属性 axesᅟ 的通知信号。

deadZoneRadius()#
返回类型::

float

QAxisSetting::deadZoneRadius 返回设置的死区域半径。

另见

setDeadZoneRadius()

属性 deadZoneRadiusᅟ 的获取器。

deadZoneRadiusChanged(deadZoneRadius)#
参数::

deadZoneRadius – float

当与轴设置相关的死区域半径更改为 deadZoneRadius 时将发出此信号。

属性 deadZoneRadiusᅟ 的通知信号。

isSmoothEnabled()#
返回类型::

bool

QAxisSetting::isSmoothEnabled 返回是否启用了平滑。

属性 smoothᅟ 的获取器。

setAxes(axes)#
参数::

axes – int 的 .列表

QAxisSetting 实例的当前轴设置为 axes

另见

axes()

属性 axesᅟ 的设置器。

setDeadZoneRadius(deadZoneRadius)#
参数::

deadZoneRadius – float

QAxisSetting 实例的当前死区域半径设置为 deadZoneRadius

另见

deadZoneRadius()

属性 deadZoneRadiusᅟ 的设置器。

setSmoothEnabled(enabled)#
参数::

enabled – bool

将 QAxisSettings 中平滑状态设置为 启用

另见

isSmoothEnabled()

属性 smooth 的设置器。

smoothChanged(smooth)#
参数::

smooth - bool

当平滑状态设置为 smooth 时,会发射此信号。

属性 smooth 的通知信号。