#include <Component.hpp>
Inheritance diagram for ecs::LoadingAnimation:
Collaboration diagram for ecs::LoadingAnimation:Public Attributes | |
| int | current_frame |
| int | total_frames |
| float | frame_duration |
| float | current_time |
| float | frame_width |
| float | frame_height |
| int | frames_per_row |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 107 of file Component.hpp.
| int ecs::LoadingAnimation::current_frame |
Definition at line 109 of file Component.hpp.
| float ecs::LoadingAnimation::current_time |
Definition at line 112 of file Component.hpp.
| float ecs::LoadingAnimation::frame_duration |
Definition at line 111 of file Component.hpp.
| float ecs::LoadingAnimation::frame_height |
Definition at line 114 of file Component.hpp.
| float ecs::LoadingAnimation::frame_width |
Definition at line 113 of file Component.hpp.
| int ecs::LoadingAnimation::frames_per_row |
Definition at line 115 of file Component.hpp.
| int ecs::LoadingAnimation::total_frames |
Definition at line 110 of file Component.hpp.