Delegate AudioLayer.Background.OnCoroutineFinished
Called at the end of
Namespace: OmiyaGames.Audio
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCoroutineFinished(AudioLayer.Background source, AudioLayer.PlayerArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| AudioLayer.Background | source | Source of where the coroutine was started. |
| AudioLayer.PlayerArgs | args | The BackgroundAudio.Player selected
for the |