#include <Component.hpp>
Inheritance diagram for ecs::Explosion:
Collaboration diagram for ecs::Explosion:Public Attributes | |
| int | current_frame |
| int | total_frames |
| float | frame_duration |
| float | current_time |
| float | frame_width |
| float | frame_height |
| int | frames_per_row |
| float | lifetime |
| float | current_lifetime |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 128 of file Component.hpp.
| int ecs::Explosion::current_frame |
Definition at line 130 of file Component.hpp.
| float ecs::Explosion::current_lifetime |
Definition at line 138 of file Component.hpp.
| float ecs::Explosion::current_time |
Definition at line 133 of file Component.hpp.
| float ecs::Explosion::frame_duration |
Definition at line 132 of file Component.hpp.
| float ecs::Explosion::frame_height |
Definition at line 135 of file Component.hpp.
| float ecs::Explosion::frame_width |
Definition at line 134 of file Component.hpp.
| int ecs::Explosion::frames_per_row |
Definition at line 136 of file Component.hpp.
| float ecs::Explosion::lifetime |
Definition at line 137 of file Component.hpp.
| int ecs::Explosion::total_frames |
Definition at line 131 of file Component.hpp.