LevelReadiness

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.

Constructors

Link copied to clipboard
constructor(level: Level, horizontalRotation: Float, verticalRotation: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard