Compare commits

..

No commits in common. "release" and "v2.3.2" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -367,14 +367,5 @@ namespace UnityEngine.UI.Extensions
eventData.useDragThreshold = false;
}
public void SetXWithoutNotify(float x)
{
SetX(x, false);
}
public void SetYWithoutNotify(float y)
{
SetY(y, false);
}
}
}