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