UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

20 lines (15 loc) 353 B
export class ParticleRenderSpecification { constructor() { this.type = ""; /** * * @type {ParticleAttributeBinding[]} */ this.attribute_bindings = []; } } /** * @readonly * @type {boolean} */ ParticleRenderSpecification.prototype.isParticleRenderSpecification = true;