GameInputMotionState
Describes the current accelerometer, gyroscope, and magnetometer state from an input reading.Syntax
Members
accelerationX, accelerationY, accelerationZType: float The measured linear acceleration in m/s² along each axis. angularVelocityX, angularVelocityY, angularVelocityZ
Type: float The measured angular velocity in degrees/s around each axis. magneticFieldX, magneticFieldY, magneticFieldZ
Type: float The measured magnetic field strength in gauss along each axis.
