Level Readiness
data class LevelReadiness(val level: Level, val horizontalRotation: Float, val verticalRotation: Float)
The LevelReadiness class returns all of the values used to determine the level of the user. It is used to determine if the user is in a forwards, level, or backwards position.
level is the current level of the user. horizontalRotation is the horizontal rotation of the device. verticalRotation is the vertical rotation of the device.