摘要: using UnityEngine; using System.Collections; using UnityEngine.UI; using System.Collections.Generic; public class TwinkleImg : MonoBehaviour { private Image img; private float alpha = 1f;//初... 阅读全文
posted @ 2016-08-08 16:10 CocomoNo1 阅读(638) 评论(0) 推荐(0)
摘要: //参考物体 CubeZ的坐标 //脚本挂载位置 运行结果: 图片随鼠标绕轴心旋转 阅读全文
posted @ 2016-08-08 10:12 CocomoNo1 阅读(218) 评论(0) 推荐(0)