CameraOffset

data class CameraOffset(val horizontalOffset: Int = 0, val verticalOffset: Int = 0)

Constructors

Link copied to clipboard
constructor(horizontalOffset: Int = 0, verticalOffset: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard