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