#include <Component.hpp>
Public Attributes | |
int | current_frame {} |
int | total_frames {} |
float | frame_duration {} |
float | current_time {} |
int | frame_width {} |
int | frame_height {} |
int | frames_per_row {} |
![]() | |
std::string | id |
Definition at line 76 of file Component.hpp.
int ecs::Animation::current_frame {} |
Definition at line 78 of file Component.hpp.
float ecs::Animation::current_time {} |
Definition at line 81 of file Component.hpp.
float ecs::Animation::frame_duration {} |
Definition at line 80 of file Component.hpp.
int ecs::Animation::frame_height {} |
Definition at line 83 of file Component.hpp.
int ecs::Animation::frame_width {} |
Definition at line 82 of file Component.hpp.
int ecs::Animation::frames_per_row {} |
Definition at line 84 of file Component.hpp.
int ecs::Animation::total_frames {} |
Definition at line 79 of file Component.hpp.