Direction

annotation class Direction

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val HalfLeft: Int = 8
Link copied to clipboard
val HalfRight: Int = 2
Link copied to clipboard
val Left: Int = 7
Link copied to clipboard
Link copied to clipboard
val Right: Int = 3
Link copied to clipboard
val SharpLeft: Int = 6
Link copied to clipboard
val SharpRight: Int = 4
Link copied to clipboard
val Straight: Int = 1
Link copied to clipboard
val UTurnLeft: Int = 5
Link copied to clipboard
val UTurnRight: Int = 9