Show / Hide Table of Contents

Delegate MusicPlayerRemovedDelegate

A music bank callback function, called before removing the music player from the bank.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void MusicPlayerRemovedDelegate(MusicPlayer player, int index);
Parameters
Type Name Description
MusicPlayer player

A reference to a music player to be removed.

System.Int32 index

An index in corresponding Players collection.

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