![]() |
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 | virtual |
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 |
galaxy::fs::Serializable::operator=(Serializable &&)=default | galaxy::fs::Serializable | virtual |
galaxy::fs::Serializable::operator=(const Serializable &)=default | galaxy::fs::Serializable | virtual |
Serializable() | galaxy::fs::Serializable | protected |
serialize() override | galaxy::components::Animated | virtual |
set_animation(const std::string &animation) | galaxy::components::Animated | |
~Animated() | galaxy::components::Animated | virtual |
~Serializable() | galaxy::fs::Serializable | virtual |