Indicates whether the device can provide absolute orientation data (toward the Earth coordinate system) or an arbitrary coordinate system determined by the device.
For more information about coordinate systems, see (https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motion_data_explained).
Note that on iOS, this value is always false. Even so, you can still obtain the correct value from alpha
.
指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。
关于坐标系的更多信息,请参阅 (https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motion_data_explained)。
需要注意的是,在 iOS 环境下,该值始终为 false。即使如此,你依旧可以从 alpha
中取得正确的值。
En
A class that saves rotation information. Do not modify the properties of this category.
Zh
保存旋转信息的类。请勿修改本类的属性。
作者
Survivor