Show / Hide Table of Contents

Delegate SoundBusRenamedDelegate

A sound bank callback function, called after changing sound bus name.

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

A reference to a sound bus.

System.Int32 index

An index in corresponding Buses collection.

System.String oldName

An old name of the sound bus.

System.String newName

A new name of the sound bus.

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