using System.Collections; using System.Collections.Generic; using UnityEngine; using System;/* Class:寻找当前对象下所有的物体(静态类) Author:pqy */ namespace Assets.Scripts.GameTools {……