angle property
Rotation angle of the game world, in radians.
The rotation is around the axis that is perpendicular to the screen.
Implementation
@override
double get angle => -transform.angle;
Rotation angle of the game world, in radians.
The rotation is around the axis that is perpendicular to the screen.
@override
double get angle => -transform.angle;