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 FireworkManagermanages allFireworks
Enums§
- Explosion
Form - Enum that represents whether the
Fireworkmake one instantaneous explosion or continuously emit particles - Firework
Install Form StaticInstallkeeps all the fireworks inFireworkManagerand won’t delete them- Firework
State - Struct representing state of a
Firework