Skip to content
TypeAliasGame Objects & Sprites@public

FlxParticleConstructor

Constructor for custom particles created and recycled by an emitter.

ts
export type FlxParticleConstructor = new () => FlxParticle

Released under the MIT License.