#include <Component.hpp>
Inheritance diagram for ecs::Audio:
Collaboration diagram for ecs::Audio:Public Attributes | |
| std::string | path |
| float | volume |
| bool | loop |
| bool | play |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 17 of file Component.hpp.
| bool ecs::Audio::loop |
Definition at line 21 of file Component.hpp.
| std::string ecs::Audio::path |
Definition at line 19 of file Component.hpp.
| bool ecs::Audio::play |
Definition at line 22 of file Component.hpp.
Referenced by gme::Game::event().
| float ecs::Audio::volume |
Definition at line 20 of file Component.hpp.