Delegate AudioHistory.OnAdd
Standard format for events called by Add(in AssetRef<BackgroundAudio>).
Namespace: OmiyaGames.Audio
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAdd(AudioHistory source, AudioHistory.AddArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| AudioHistory | source | The caller of this event. |
| AudioHistory.AddArgs | args | Arguments for this event. |