Пример #1
0
 public static TweenRectangle Texture(Rect rect, Texture texture, int depth)
 {
     return(TweenGUI.Texture(new TweenRectangle(rect), texture, depth));
 }
Пример #2
0
 public static TweenRectangle Label(Rect rect, string label, int depth)
 {
     return(TweenGUI.Label(new TweenRectangle(rect), label, depth));
 }