/// <summary> /// Sets the rotation of the sprite. /// </summary> /// <param name="newRotation"> new rotation</param> public void SetRotation(float newRotation, Axis axis) { Rect.SetRotation(newRotation, axis); }