コード例 #1
0
 public static void ClickAtCenter(this Graphic graphic) => InteHelper.RaycastClick(graphic.Center());
コード例 #2
0
 private static Vector2 Center(this Graphic graphic) => InteHelper.CenterOfRectTransform(graphic.rectTransform);