UNPKG

phaser3-rex-plugins

Version:
9 lines 216 B
export default { setReadOnly(value) { var child = this.childrenMap.child; // tweaker if (child.setReadOnly) { child.setReadOnly(value); } return this; }, }