()
| 16028 | return this.map((plane, planeIndex) => plane.topDownArray.map((line, lineIndex) => line._toHtmlCubeLine(line.getIndentLevel() - 2, lineIndex, planeIndex)).join("")).join("") |
| 16029 | } |
| 16030 | _getHtmlJoinByCharacter() { |
| 16031 | return `<span class="particleBreakSymbol">${this.particleBreakSymbol}</span>` |
| 16032 | } |
| 16033 | _subparticlesToHtml(indentCount) { |
| 16034 | const joinBy = this._getHtmlJoinByCharacter() |
| 16035 | return this.map(particle => particle._toHtml(indentCount)).join(joinBy) |