何が押されたのかを知る

UIButton.current.gameObjectに、今押されたButtonGameObjectが入っています。

public void OnPressNotify()
{
    GameObject Obj = UIButton.current.gameObject;
}