rotationCenter

var rotationCenter: Vector2(source)

Represents the center of rotation for the camera in 2D space.

Changes to this property will mark the camera's state as dirty, necessitating a re-calculation of the view transformation.

Default value is Vector2.ZERO.