UNPKG

phaser3-rex-plugins

Version:
10 lines (8 loc) 236 B
var GetChildrenWidth = function () { if (this.rexSizer.hidden) { return 0; } // Before RunChildrenWrap return this.maxChildWidth + this.space.left + this.space.right; } export default GetChildrenWidth;