Skip to content
TypeAliasGame Objects & Sprites@public

FlxParticleEmitterSource

A preloaded image or named frame collection used by a particle preset.

ts
export type FlxParticleEmitterSource = FlxGraphic | FlxFramesCollection

Released under the MIT License.