public static void ClickAtCenter(this Graphic graphic) => InteHelper.RaycastClick(graphic.Center());
private static Vector2 Center(this Graphic graphic) => InteHelper.CenterOfRectTransform(graphic.rectTransform);