Camera Animators Factory
class CameraAnimatorsFactory
CameraAnimatorsFactory stands for storing default animation options. Provides default animators for "easeTo", "scaleBy", "pitchBy", "moveBy", "rotateBy" animations
Types
Functions
Link copied to clipboard
Get default animators for "easeTo" animation
Link copied to clipboard
Get default animators for "flyTo" animation
Link copied to clipboard
Get default animators for "moveBy" animation Add offset to current camera position
Link copied to clipboard
Get default animators for "pitchBy" animation Add pitch value to current camera pitch
Link copied to clipboard
fun getRotateBy(first: ScreenCoordinate, second: ScreenCoordinate, owner: String? = null): Array<CameraAnimator<*>>
Get default animators for "rotateBy" animation
Link copied to clipboard
fun getScaleBy(amount: Double, anchor: ScreenCoordinate? = null, owner: String? = null): Array<CameraAnimator<*>>
Get default animators for "scaleBy" animation Add scale value to current camera scale