UNPKG

@petkoneo/phaser3-rex-plugins

Version:
11 lines (10 loc) 304 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;