Soundsystem ALMOST DONE
This commit is contained in:
@@ -10,8 +10,11 @@ namespace Components
|
||||
|
||||
struct SoundEmitter : Component
|
||||
{
|
||||
float Volume;
|
||||
float MaxRange;
|
||||
float Gain;
|
||||
float MaxDistance;
|
||||
float ReferenceDistance;
|
||||
float Pitch;
|
||||
bool Loop;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user