phaser-plugin-debug-draw:Phaser 3的调试显示

时间:2024-02-24 05:53:48
【文件属性】:

文件名称:phaser-plugin-debug-draw:Phaser 3的调试显示

文件大小:601KB

文件格式:ZIP

更新时间:2024-02-24 05:53:48

phaser phaser-plugin phaser3 phaser3-plugin PhaserJavaScript

Phaser 3调试绘图插件 | 表明: 游戏对象(原点,边界,旋转,输入) 位图遮罩 输入指针 摄像机边界,死区并跟随目标 灯火 它不显示: 容器中的游戏对象 击球手 粒子发射器 利用 new Phaser . Game ( { plugins : { scene : [ { key : 'DebugDrawPlugin' , plugin : PhaserDebugDrawPlugin , mapping : 'debugDraw' } ] } } ) ; 浏览器/ UMD < script src =' path/to/phaser-plugin-debug-draw.umd.js ' > </ script > 然后使用全局PhaserDebugDrawPlugin 。 ES模块 import DebugDrawPlugin from 'phaser-plugin-debug-draw' ; 选件 在插件实例上设置属性,例如 // Scene `init()` or `create()` this . debugDraw . sh


【文件预览】:
phaser-plugin-debug-draw-master
----rollup.config.js(523B)
----src()
--------main.js(7KB)
--------colors.js(341B)
----.eslintrc.yml(91B)
----preview.png(170KB)
----README.md(2KB)
----dist()
--------phaser-plugin-debug-draw.esm.js(9KB)
--------phaser-plugin-debug-draw.umd.js(10KB)
----tests()
--------index.html(347B)
--------.eslintrc.yml(220B)
--------assets()
--------tests.js(5KB)
----CHANGELOG.md(4KB)
----.eslintignore(6B)
----package-lock.json(77KB)
----package.json(1KB)

网友评论