luoyikun

导航

2018年11月8日 #

unity3d倒放粒子

摘要: https://mp.weixin.qq.com/s/8yvrkbFfL0DIt4ZsymNiqQ using System.Collections; using System.Collections.Generic; using UnityEngine; public class Particle 阅读全文

posted @ 2018-11-08 17:12 luoyikun 阅读(19) 评论(0) 推荐(0)

unity3d:模型闪烁

摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ModelGlint : MonoBehaviour { /// <summary> /// 闪烁颜色 /// </ 阅读全文

posted @ 2018-11-08 09:43 luoyikun 阅读(27) 评论(0) 推荐(0)