private void OnTriggerEnter(Collider other) { if (DisableOnCollide) { gameObject.SetActive(false); } parent.ActionCall(); }