UNPKG

phaser4-rex-plugins

Version:
11 lines (9 loc) 251 B
export default { getChildExpand(gameObject) { return this.getSizerConfig(gameObject).expand; }, setChildExpand(gameObject, expand) { this.getSizerConfig(gameObject).expand = expand; return this; }, }