Ejemplo n.º 1
0
 public static void CopyFrom(this RectTransform source, RectTransform target)
 {
     RectTransformUtil.CopyTo(target, source);
 }
Ejemplo n.º 2
0
 public static void CopyTo(this RectTransform source, RectTransform target)
 {
     RectTransformUtil.CopyTo(source, target);
 }