interface IEmitterShapeGenerator {
    generate(position, size, fill, options): IEmitterShape;
}

Type Parameters

  • TOptions = unknown

Methods

Methods