移相器行为插件
适用于游戏的包装
安装
NPM
npm install phaser-behavior-plugin --save
下载
CDN
< script scr =" //unpkg.com/phaser-behavior-plugin@latest/dist/phaser-behavior-plugin.js " > </ script >
用法
该库与UMD兼容
// create a behavior
var Behavior = {
// settings of the behavior
options : {
key : 'value'
} ,
create : function ( object , options ) {
// called when the behavior is ADDED to a game object
} ,
destroy : function ( object , options ) {
// called when the behavior is REMOVED from a