#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 |
![]() | |
std::string | id |
Definition at line 105 of file Component.hpp.
int ecs::LoadingAnimation::current_frame |
Definition at line 107 of file Component.hpp.
float ecs::LoadingAnimation::current_time |
Definition at line 110 of file Component.hpp.
float ecs::LoadingAnimation::frame_duration |
Definition at line 109 of file Component.hpp.
float ecs::LoadingAnimation::frame_height |
Definition at line 112 of file Component.hpp.
float ecs::LoadingAnimation::frame_width |
Definition at line 111 of file Component.hpp.
int ecs::LoadingAnimation::frames_per_row |
Definition at line 113 of file Component.hpp.
int ecs::LoadingAnimation::total_frames |
Definition at line 108 of file Component.hpp.