2022年3月15日

Unity 2017版本和2020版本遇到的一个坑

摘要: // 添加人物 void addPeople() { string filePath = Application.streamingAssetsPath + "/Pic/榜样的力量/人物"; DirectoryInfo direction = new DirectoryInfo(filePath); 阅读全文

posted @ 2022-03-15 09:40 zqiang0803 阅读(131) 评论(0) 推荐(0) 编辑

Unity Lambda朗姆达 =>一种运算方式

摘要: OnComplete(() => { boo = true; stepNum++; } //相当于 void OnComplete(){ boo = true; stepNum++; } 阅读全文

posted @ 2022-03-15 09:36 zqiang0803 阅读(120) 评论(0) 推荐(0) 编辑

导航