Expand description
firework
module provides functions to define, create and update fireworks
Structs§
- Firework
- Struct representing a single firework
- Firework
Config - Struct representing the configuration of a single
Firework
- Firework
Manager FireworkManager
manages allFirework
s
Enums§
- Explosion
Form - Enum that represents whether the
Firework
make one instantaneous explosion or continuously emit particles - Firework
Install Form StaticInstall
keeps all the fireworks inFireworkManager
and won’t delete them- Firework
State - Struct representing state of a
Firework