Class FireAnimation¶
Defined in File fireanimation.h
Inheritance Relationships¶
Base Type¶
public PixelMaestro::Animation
(Class Animation)
Class Documentation¶
-
class
FireAnimation
: public PixelMaestro::Animation¶ Public Functions
-
~FireAnimation
()¶
-
uint8_t
get_multiplier
() const¶ Returns the multiplier, which changes the height of the flames.
- Return
Flame multiplier.
-
void
map
()¶ Update the map. This occurs on each frame.
-
void
set_multiplier
(uint8_t multiplier)¶ Sets the multiplier, which determines the height of the flames.
- Parameters
multiplier
: Flame height.
-
void
update
()¶
-