Delegate SoundBusAddedDelegate
A sound bank callback function, called after adding sound bus to the bank.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundBusAddedDelegate(SoundBus bus);
Parameters
Type | Name | Description |
---|---|---|
SoundBus | bus | A reference to a newly added sound bus. |