Vector2 rotation

Rotation

Source

Vector2 get rotation => _rotation;
void rotation=(Vector2 rotation)

Set new rotation

Source

set rotation(Vector2 rotation)
{
    this._rotation = rotation.normalized();
    this._rotateEvent.add(_rotation);
}