Show / Hide Table of Contents

Delegate SoundBusRemovedDelegate

A sound bank callback function, called before removing the sound bus from the bank.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundBusRemovedDelegate(SoundBus bus, int index);
Parameters
Type Name Description
SoundBus bus

A reference to a sound bus to be removed.

System.Int32 index

An index in corresponding Buses collection.

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