Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX