VanishingPointState

enum VanishingPointState : Enum<VanishingPointState>

Describes the vanishing point update algorithm's state.

Entries

ENABLED
Link copied to clipboard
Always try to take the most recently calculated distance and set the vanishing point.
ONLY_INCREASE_PROGRESS
Link copied to clipboard
Try to take the most recently calculated distance and set the vanishing point.
DISABLED
Link copied to clipboard
Ignore puck position updates and leave the vanishing point in the current position.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: VanishingPointState): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<VanishingPointState>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int