public static void SetAnchoredPositionX(this RectTransform self, float value) { RectTransformUtil.SetAnchoredPositionX(self, value); }
public static void CopyFrom(this RectTransform source, RectTransform target) { RectTransformUtil.CopyTo(target, source); }
public static void SetSizeDeltaY(this RectTransform self, float value) { RectTransformUtil.SetSizeDeltaY(self, value); }
public static void CopyTo(this RectTransform source, RectTransform target) { RectTransformUtil.CopyTo(source, target); }