QML类型说明-GyroscopeReading

来源:互联网 发布:软件著作权作者几个 编辑:程序博客网 时间:2024/05/21 06:16

GyroscopeReading

ImportStatement:   import QtSensors 5.0

Since:  QtSensors 5.0

Inherits:      SensorReading

 

Properties

x : qreal

y : qreal

z : qreal

 

DetailedDescription

这个组件保存当前陀螺仪的读数。这个组件封装于QGyroscopeReading。更多的信息可查阅QGyroscopeReading文档。这个组件不能直接创建。

 

PropertyDocumentation

x : qreal

x轴的角速度。

 

y : qreal

y轴的角速度。

 

z : qreal

z轴的角速度。
0 0
原创粉丝点击