![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::components::Animated, including all inherited members.
| Animated() | galaxy::components::Animated | |
| Animated(const nlohmann::json &json) | galaxy::components::Animated | |
| Animated(Animated &&) | galaxy::components::Animated | |
| Animated(const Animated &)=delete | galaxy::components::Animated | private |
| deserialize(const nlohmann::json &json) override | galaxy::components::Animated | |
| m_anim | galaxy::components::Animated | |
| m_duration | galaxy::components::Animated | |
| m_paused | galaxy::components::Animated | |
| operator=(Animated &&) | galaxy::components::Animated | |
| operator=(const Animated &)=delete | galaxy::components::Animated | private |
| serialize() override | galaxy::components::Animated | |
| set_animation(const std::string &animation) | galaxy::components::Animated | |
| ~Animated() | galaxy::components::Animated | virtual |