|
Monad Engine da02fba2
> Undercity Codex_
|
This is the complete list of members for eng::AnimationComponent, including all inherited members.
| GetOwner() | eng::Component | |
| GetTypeId() const =0 | eng::Component | pure virtual |
| Init() | eng::Component | virtual |
| IsPlaying() const | eng::AnimationComponent | |
| LoadProperties(const nlohmann::json &json) | eng::Component | virtual |
| m_owner | eng::Component | protected |
| Play(const std::string &name, bool loop=true) | eng::AnimationComponent | |
| RegisterClip(const std::string &name, const std::shared_ptr< AnimationClip > &clip) | eng::AnimationComponent | |
| SetClip(AnimationClip *clip) | eng::AnimationComponent | |
| StaticTypeId() | eng::Component | inlinestatic |
| Update(float deltaTime) override | eng::AnimationComponent | virtual |
| ~Component()=default | eng::Component | virtual |