UNPKG

phaser3-rex-plugins

Version:
10 lines (8 loc) 246 B
var GetChildrenHeight = function () { if (this.rexSizer.hidden) { return 0; } // After RunChildrenWrap return this.widthWrapResult.height + this.space.top + this.space.bottom; } export default GetChildrenHeight;