Esempio n. 1
0
 // 目标碰撞逻辑
 private void OnTriggerEnter(Collider other)
 {
     glm.OnGoalHit(this, other.gameObject);
 }