UNPKG

phaser4-rex-plugins

Version:
11 lines (9 loc) 275 B
export default { getChildProportion(gameObject) { return this.getSizerConfig(gameObject).proportion; }, setChildProportion(gameObject, proportion) { this.getSizerConfig(gameObject).proportion = proportion; return this; }, }