UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

18 lines (13 loc) 291 B
export class ParticleRenderSpecification { type = ""; /** * * @type {ParticleAttributeBinding[]} */ attribute_bindings = []; } /** * @readonly * @type {boolean} */ ParticleRenderSpecification.prototype.isParticleRenderSpecification = true;