UNPKG

phaser4-rex-plugins

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