AudioInstance - MalisPierre/ModularGame GitHub Wiki
AudioInstance
ClassDescription:
AudioInstance is a class that allow you to manage an audio script in your game. You will need to call functions from AudioHandler to get acces to AudioInstance.
Functions:
void SetAudioFile(string SourcePath, bool IsLooping)
void SetVolume(float NewVolume)
float GetVolume(Void)
string GetId(Void)