Phaser API Documentation

  Version: 
<private> _rotation: number

Description:

The rotation of the Camera in radians.

Camera rotation always takes place based on the Camera viewport. By default, rotation happens in the center of the viewport. You can adjust this with the originX and originY properties.

Rotation influences the rendering of all Game Objects visible by this Camera. However, it does not rotate the Camera viewport itself, which always remains an axis-aligned rectangle.

Type:
number
Default: 0
Since: 3.11.0