#include <Component.hpp>
Inheritance diagram for ecs::Animation:
Collaboration diagram for ecs::Animation:Public Attributes | |
| int | current_frame {} |
| int | total_frames {} |
| float | frame_duration {} |
| float | current_time {} |
| int | frame_width {} |
| int | frame_height {} |
| int | frames_per_row {} |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 77 of file Component.hpp.
| int ecs::Animation::current_frame {} |
Definition at line 79 of file Component.hpp.
| float ecs::Animation::current_time {} |
Definition at line 82 of file Component.hpp.
| float ecs::Animation::frame_duration {} |
Definition at line 81 of file Component.hpp.
| int ecs::Animation::frame_height {} |
Definition at line 84 of file Component.hpp.
| int ecs::Animation::frame_width {} |
Definition at line 83 of file Component.hpp.
| int ecs::Animation::frames_per_row {} |
Definition at line 85 of file Component.hpp.
| int ecs::Animation::total_frames {} |
Definition at line 80 of file Component.hpp.