using UnityEngine; using System.Collections; /* *获得当前物件下的所有子物体 */ public class PlayerCC : MonoBehaviour { public static Transform[] gb; private void Awake() { gb = new Transform[transform.childCount]; for(int i=0; i
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!