FpsMode

annotation class FpsMode

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 BALANCED: Int = 0
Try to achieve smooth camera movement with minimum performance requirements in order to save battery life.
Link copied to clipboard
val PERFORMANCE: Int = 1
Always try to run at the targetFps that you set in FpsConfig.