예제 #1
0
 public static bool ExistsActionInDestroyCallback(this GameObject gameObject, System.Action <GameObject> action) =>
 DestoryCallbacker.ExistsAction(gameObject, action);
예제 #2
0
 public static void AddDestroyCallback(this GameObject gameObject, System.Action <GameObject> action) =>
 DestoryCallbacker.AddOnDestoryCallback(gameObject, action);
예제 #3
0
 public static bool ExistsDestroyCallback(this GameObject gameObject) =>
 DestoryCallbacker.ExistsOnDestroyCallback(gameObject);