phaser plugin update:自动运行游戏对象的更新方法 源码
Phaser 3更新插件 自动运行游戏对象的update方法。 new Phaser . Game ( { plugins : { scene : [ { key : 'updatePlugin' , plugin : PhaserUpdatePlugin , mapping : 'updates' } ] } } ) ; 在场景中: this . updates . add ( gameObject ) ; // or this . updates . addMultiple ( [ gameObject1 , gameObject2 ] ) ;
文件列表
phaser-plugin-update-master.zip
(预估有个14文件)
phaser-plugin-update-master
.github
workflows
nodejs.yml
441B
src
index.js
1KB
.babelrc
183B
.eslintrc.yml
324B
.npmignore
7B
README.md
366B
暂无评论