摘要: using UnityEngine;using System.Collections; public class DrawStar : MonoBehaviour { public Material _mat; public Color _starColor; const float minDist 阅读全文
posted @ 2017-11-14 17:54 0null0 阅读(517) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine;using System.Collections; public class MySoliderMove : MonoBehaviour{ Transform _head; Transform _gun; public float workTime; float 阅读全文
posted @ 2017-11-14 17:48 0null0 阅读(307) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine;using System.Collections; public class MySoliderMove : MonoBehaviour{ Transform _head; Transform _gun; // Use this for initializatio 阅读全文
posted @ 2017-11-14 16:02 0null0 阅读(1205) 评论(0) 推荐(0) 编辑