2013年10月16日

摘要: Unity3d,Awake、OnEnable、Start,都是游戏开始运行前,所运行的方法。 GameObject的Activity为true,脚本的enable为true时,其先后顺序为:Awake、OnEnable、Start; GameObject的Activity为true,脚本的enabl... 阅读全文
posted @ 2013-10-16 09:24 yuan19 阅读(638) 评论(0) 推荐(0) 编辑

导航