()
| 22798 | return this.removeStumpParticle() |
| 22799 | } |
| 22800 | removeStumpParticle() { |
| 22801 | this.getShadow().removeShadow() |
| 22802 | return this.destroy() |
| 22803 | } |
| 22804 | getParticleByGuid(guid) { |
| 22805 | return this.topDownArray.find(particle => particle._getUid() === guid) |
| 22806 | } |
no test coverage detected