|
| 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) |
| |
|
|
string | className = "[<color=#2196F3>SoundLibrary</color>] \n" |
| |
◆ GetClipFromName()
| AudioClip SoundLibrary.GetClipFromName |
( |
string | _name | ) |
|
Returns the AudioClip associated with the sound name.
- Parameters
-
- Returns
- AudioClip associated with the sound name.
◆ GetMusicFromName()
| AudioClip SoundLibrary.GetMusicFromName |
( |
string | _name | ) |
|
Returns the AudioClip associated with the music name.
- Parameters
-
- Returns
- AudioClip associated with the music name.
The documentation for this class was generated from the following file:
- C:/Users/Pidge/Documents/gamedev/core_project_arrhythmia/Assets/Scripts/Managers/Audio/SoundLibrary.cs