UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 314 B
import PreLayoutBase from '../basesizer/PreLayout.js'; var PreLayout = function () { this._maxChildWidth = undefined; this._maxChildHeight = undefined; this.wrapResult = undefined; this.rexSizer.resolved = false; PreLayoutBase.call(this); return this; } export default PreLayout;