2016年4月1日

unity静态管理类

摘要: unity类似全局类的静态实例一样的单例管理类 1 public class Singleton:MonoBehaviour 2 where T:component 3 { 4 private static T Instance; 5 public static T Instance 6 { 7 get 8 { 9... 阅读全文

posted @ 2016-04-01 00:02 快扶偶去网吧 阅读(584) 评论(0) 推荐(0)

导航