Exemple #1
0
 void OnTriggerExit(Collider other)
 {
     Debug.Log("Sending to Parent from " + name);
     parent.OnChildsTriggerExit(name, other);
 }