Property | Type | Description | |
---|---|---|---|
soundType | SoundType, | ||
sounds | List |
Method | Description | |
---|---|---|
Add ( ) : void |
Add new empty sound to list of cached sounds
|
|
Add ( Sound, sound ) : void |
Add sound to list of cached sounds
|
|
Find ( |
Return sound of given audioclip
|
|
Find ( int id ) : Sound, |
Return sound of given ID
|
|
Find ( string name ) : Sound, |
Return sound of given name
|
|
GetSoundIds ( SoundType, type = SoundType.Any ) : List |
Return list of all sound IDs
|
|
GetSoundNames ( SoundType, type = SoundType.Any ) : List |
Return list of all sound names
|
|
Remove ( Sound, sound ) : void |
Remove sound from list of cached sounds
|
|
Reset ( Sound, sound ) : void |
Reset sound
|
|
Sort ( ) : void |
Sort sounds by name
|
Method | Description | |
---|---|---|
Clear ( ) : void |
public Find ( |
||
audioClip | ||
return | Sound, |
public GetSoundIds ( SoundType, type = SoundType.Any ) : List |
||
type | SoundType, | |
return | List |
public GetSoundNames ( SoundType, type = SoundType.Any ) : List |
||
type | SoundType, | |
return | List |