DeviceAcceleration

@JSType
trait DeviceAcceleration extends Any
trait Any
class Object
trait Matchable
class Any

Value members

Abstract fields

@ExposedJSMember
val x: Double

The acceleration in x. In m/s2.

The acceleration in x. In m/s2.

@ExposedJSMember
val y: Double

The acceleration in y. In m/s2.

The acceleration in y. In m/s2.

@ExposedJSMember
val z: Double

The acceleration in z. In m/s2.

The acceleration in z. In m/s2.