摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class test : MonoBehaviour 6 { 7 public Transform parent; //这个parent下面挂着四个物体 8 publ... 阅读全文
posted @ 2017-07-15 12:50 露夕逝 阅读(755) 评论(0) 推荐(0)