#include <Component.hpp>
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 |
![]() | |
std::string | id |
Definition at line 139 of file Component.hpp.
int ecs::Explosion::current_frame |
Definition at line 141 of file Component.hpp.
float ecs::Explosion::current_lifetime |
Definition at line 149 of file Component.hpp.
float ecs::Explosion::current_time |
Definition at line 144 of file Component.hpp.
float ecs::Explosion::frame_duration |
Definition at line 143 of file Component.hpp.
float ecs::Explosion::frame_height |
Definition at line 146 of file Component.hpp.
float ecs::Explosion::frame_width |
Definition at line 145 of file Component.hpp.
int ecs::Explosion::frames_per_row |
Definition at line 147 of file Component.hpp.
float ecs::Explosion::lifetime |
Definition at line 148 of file Component.hpp.
int ecs::Explosion::total_frames |
Definition at line 142 of file Component.hpp.