AxisSetting QML Type
QML frontend for the Qt3DInput::QAxisSetting C++ class. 更多...
Import Statement: | import Qt3D.Input 2.0 |
开始支持版本: | Qt 5.5 |
Instantiates: | QAxisSetting |
属性
- axes : list<int>
- axis : QVariantList
- deadZoneRadius : float
- smooth : bool
信号
- void axisChanged()
- void deadZoneRadiusChanged()
- void smoothChanged()
详细描述
Stores settings for the specified list of Axis
属性
The current axis of the AxisSetting
The current deadZone radius of the AxisSetting
信号
This signal is emitted when the axis associated with the axis setting is changed.
The corresponding handler is onAxisChanged
This signal is emitted when the dead zone associated with the axis setting is changed.
The corresponding handler is onDeadZoneRadiusChanged
This signal is emitted when the when the smoothing state is changed.
The corresponding handler is onSmoothChanged