Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
35b9985bf2 | |
|
05682c7dd9 |
|
@ -367,5 +367,14 @@ namespace UnityEngine.UI.Extensions
|
||||||
eventData.useDragThreshold = false;
|
eventData.useDragThreshold = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void SetXWithoutNotify(float x)
|
||||||
|
{
|
||||||
|
SetX(x, false);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetYWithoutNotify(float y)
|
||||||
|
{
|
||||||
|
SetY(y, false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue