Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
SoundLibrary Class Reference
+ Inheritance diagram for SoundLibrary:

Classes

class  AudioGroup
 
class  MusicClipClass
 
class  MusicGroup
 
class  SFXClipClass
 

Public Member Functions

AudioClip GetMusicFromName (string _name)
 Returns the AudioClip associated with the music name.
 
AudioClip GetClipFromName (string _name)
 Returns the AudioClip associated with the sound name.
 
float GetPitchFromName (string _name)
 

Public Attributes

bool debug = true
 
MusicClipClass musicClips
 
SFXClipClass soundClips
 

Private Member Functions

void Start ()
 

Private Attributes

string className = "[<color=#2196F3>SoundLibrary</color>] \n"
 

Member Function Documentation

◆ GetClipFromName()

AudioClip SoundLibrary.GetClipFromName ( string _name)

Returns the AudioClip associated with the sound name.

Parameters
_nameName of AudioClip.
Returns
AudioClip associated with the sound name.

◆ GetMusicFromName()

AudioClip SoundLibrary.GetMusicFromName ( string _name)

Returns the AudioClip associated with the music name.

Parameters
_nameName of AudioClip.
Returns
AudioClip associated with the music name.

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