Exemplo n.º 1
0
 public static TweenRectangle Texture(Rect rect, Texture texture, int depth)
 {
     return(TweenGUI.Texture(new TweenRectangle(rect), texture, depth));
 }
Exemplo n.º 2
0
 public static TweenRectangle Label(Rect rect, string label, int depth)
 {
     return(TweenGUI.Label(new TweenRectangle(rect), label, depth));
 }