@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
14 lines • 346 B
TypeScript
export class ParticleRenderSpecification {
type: string;
/**
*
* @type {ParticleAttributeBinding[]}
*/
attribute_bindings: ParticleAttributeBinding[];
/**
* @readonly
* @type {boolean}
*/
readonly isParticleRenderSpecification: boolean;
}
//# sourceMappingURL=ParticleRenderSpecification.d.ts.map