摘要: public Vector3[] poss = new Vector3[] { new Vector3(1f, 2f, 3f), new Vector3(12f, 2f, 1f) };如上,在unity3D使用的时候有时候需要使用到数组,如上所示的数组定义和实例化在C#中都没有问题,但是在unity... 阅读全文
posted @ 2014-05-26 15:27 Vital 阅读(4193) 评论(0) 推荐(0)