kingBook

导航

2020年5月21日 #

Cocos Creator Editor 创建.anim文件

摘要: ```js let animObject={ "__type__": "cc.AnimationClip", "_name": "", "_objFlags": 0, "_duration": 0, "sample": 60, "curveData": {}, "events": [] }; let data=JSON.stringify(animObject,null,"\t"); Editor 阅读全文

posted @ 2020-05-21 11:14 kingBook 阅读(470) 评论(0) 推荐(0) 编辑

Cocos Creator Editor 读取一个.plist文件

摘要: readFileSync()说明:http://nodejs.cn/api/fs.html fs_fs_readfilesync_path_options xml2js 文档:https://www.npmjs.com/package/xml2js 阅读全文

posted @ 2020-05-21 00:27 kingBook 阅读(790) 评论(0) 推荐(0) 编辑