FpsMode

annotation class FpsMode

Functions

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

Properties

BALANCED
Link copied to clipboard
val BALANCED: Int
Try to achieve smooth camera movement with minimum performance requirements in order to save battery life.
PERFORMANCE
Link copied to clipboard
val PERFORMANCE: Int
Always try to run at the targetFps that you set in FpsConfig.