angle property

double get angle

Rotation angle of the game world, in radians.

The rotation is around the axis that is perpendicular to the screen.

Implementation

double get angle => -_transform.angle;
set angle (double value)

Implementation

set angle(double value) => _transform.angle = -value;