QML frontend for the Qt3DInput::QAxisSetting C++ 类。 更多...
| import 语句: |
import Qt3D.Input 2.8
|
| 在 C++: | QAxisSetting |
| 状态: | Deprecated |
Stores settings for the specified list of Axis
The current axis of the AxisSetting
|
deadZoneRadius : real |
The current deadZone radius of the AxisSetting
|
smooth : bool |
The current state of smoothing
|
axisChanged () |
This signal is emitted when the axis associated with the axis setting is changed.
相应处理程序是
onAxisChanged
注意:
相应处理程序是
onAxisChanged
.
|
deadZoneRadiusChanged () |
This signal is emitted when the dead zone associated with the axis setting is changed.
相应处理程序是
onDeadZoneRadiusChanged
注意:
相应处理程序是
onDeadZoneRadiusChanged
.
|
smoothChanged () |
This signal is emitted when the when the smoothing state is changed.
相应处理程序是
onSmoothChanged
注意:
相应处理程序是
onSmoothChanged
.