AxisSetting QML Type

QML frontend for the Qt3DInput::QAxisSetting C++ 類。 更多...

import 語句: import Qt3D.Input 2.0
Since: Qt 5.5
實例化: QAxisSetting

特性

信號

詳細描述

Stores settings for the specified list of Axis

特性文檔編製

axes : list < int >

axis : QVariantList

The current axis of the AxisSetting

deadZoneRadius : float

The current deadZone radius of the AxisSetting

smooth : bool

The current state of smoothing


信號文檔編製

void axisChanged ()

This signal is emitted when the axis associated with the axis setting is changed.

相應處理程序是 onAxisChanged

void deadZoneRadiusChanged ()

This signal is emitted when the dead zone associated with the axis setting is changed.

相應處理程序是 onDeadZoneRadiusChanged

void smoothChanged ()

This signal is emitted when the when the smoothing state is changed.

相應處理程序是 onSmoothChanged