ClockStone Audio Toolkit for Unity - Documentation
AudioControllerRemoveAudioItem Method |
Removes an AudioItem from the AudioController.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool RemoveAudioItem( string audioID )
Parameters
- audioID
- Type: SystemString
Name of the audio item to remove.
Return Value
Type: Booleantrue if the audio item was found and successfully removed, otherwise false
See Also