02 2016 档案

摘要:using UnityEngine; using System.Collections; using UnityEngine.UI; /// <summary> /// User interface alpha ctrl. /// 统一控制图片的透明度 /// </summary> public c 阅读全文
posted @ 2016-02-29 13:47 团谋 阅读(780) 评论(0) 推荐(0)
摘要:using UnityEngine; using System.Collections; using UnityEditor; public class ChangeMaterial : EditorWindow { static string path = "Assets/_Materials/" 阅读全文
posted @ 2016-02-19 16:38 团谋 阅读(439) 评论(0) 推荐(0)