UNPKG

@petkoneo/phaser3-rex-plugins

Version:
12 lines (11 loc) 290 B
export default { setContentOutputEnable(enable) { this.parser.setContentOutputEnable(enable); return this; }, setContentCallback(callback, scope) { this.contentCallback = callback; this.contentCallbackScope = scope; return this; }, }