using System.Collections; using System.Collections.Generic; using UnityEngine; /* 目标越界检测(游戏场景周围存在墙壁) */ public class TargetOutBound : MonoBehaviour { }