Source set: Android
public class AngularDirection internal constructor(internal val type: Int)
Class to define angular direction - Clockwise and Counter Clockwise.
Members
Companion
Source set: Android
public companion object
Properties
Clockwise
Source set: Android
public val Clockwise: AngularDirection = AngularDirection(0)
Clockwise is the standard direction for an analog clock.
CounterClockwise
Source set: Android
public val CounterClockwise: AngularDirection = AngularDirection(1)
CounterClockwise is the opposite direction to Clockwise