Builder

class Builder<T>(val targets: T)

Builder class used to construct immutable CameraAnimatorOptions object.

Constructors

Link copied to clipboard
fun <T> Builder(vararg targets: T)

Functions

Link copied to clipboard

Build an actual CameraAnimatorOptions object.

Link copied to clipboard

Optional field indicating who created animator. Defaults to NULL if not specified explicitly.

Link copied to clipboard

Animator start value. If specified explicitly - this value will be used as first target. Otherwise current camera option on animation start will be taken.

Properties

Link copied to clipboard
val targets: Array<out T>

CameraAnimator targets (values between which interpolation will take place).