public static TweenRectangle Texture(Rect rect, Texture texture, int depth) { return(TweenGUI.Texture(new TweenRectangle(rect), texture, depth)); }
public static TweenRectangle Label(Rect rect, string label, int depth) { return(TweenGUI.Label(new TweenRectangle(rect), label, depth)); }