r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
ecs::Audio Struct Referencefinal

#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
 

Detailed Description

Definition at line 17 of file Component.hpp.

Member Data Documentation

◆ loop

bool ecs::Audio::loop

Definition at line 21 of file Component.hpp.

◆ path

std::string ecs::Audio::path

Definition at line 19 of file Component.hpp.

◆ play

bool ecs::Audio::play

Definition at line 22 of file Component.hpp.

◆ volume

float ecs::Audio::volume

Definition at line 20 of file Component.hpp.


The documentation for this struct was generated from the following file: