AccelerometerResult Struct

This type is an EasyAR Sense API in C#: AccelerometerResult . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

Description

Accelerometer reading.

The positive direction of x-axis is from the device center to its right side of the screen.

The positive direction of y-axis is from the device center to its top side of the screen.

The positive direction of z-axis is from the device center perpendicular to the screen outward.

The unit of x, y, z is m/s^2.

The unit of timestamp is second.