/// <summary> /// Set the X value of this rect. /// </summary> public static Rect X(this HUMMath.Data.SetRect set, float value) { return(new Rect(value, set.rect.y, set.rect.width, set.rect.height)); }