#include <Component.hpp>
Public Attributes | |
std::string | path |
float | volume |
bool | loop |
bool | play |
![]() | |
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.
float ecs::Audio::volume |
Definition at line 20 of file Component.hpp.