Transform.rotate

Combine the current transform with a rotation.

This function returns a reference to this, so that calls can be chained.

Parameters

angle float

Rotation angle, in degrees

Return Value

Type: Transform

this

Meta