camera Options
inline fun cameraOptions(block: CameraOptions.Builder.() -> Unit): CameraOptions
Content copied to clipboard
DSL builder function to create CameraOptions object.
inline fun cameraOptions(cameraState: CameraState, block: CameraOptions.Builder.() -> Unit): CameraOptions
Content copied to clipboard
DSL builder function to create CameraOptions object.
Parameters
camera State
existing camera state that is used for a mutation base