Exemple #1
0
 public static bool CompareTag(this GameObject gameObject, TagInfo info)
 {
     return(gameObject.CompareTag(info.Name));
 }
Exemple #2
0
 public static bool CompareTag(this MonoBehaviour monoBehaviour, TagInfo info)
 {
     return(monoBehaviour.gameObject.CompareTag(info));
 }