随笔分类 -  unity3d

摘要:1 public Vector3[] paths; 2 // Use this for initialization 3 void Start () { 4 paths = new Vector3[2] { new Vector3(1, 0, 1), new Vec... 阅读全文
posted @ 2015-03-29 21:35 Sunnier 阅读(1153) 评论(0) 推荐(0) 编辑