







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
AudioController..::..IsPlaying Method |
AudioController Class See Also Send Feedback |
![]() |
Determines whether the specified audio ID is playing.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public static bool IsPlaying( string audioID ) |
Parameters
- audioID
- Type: System..::..String
The audio ID.
Return Value
Type: Booleantrue if the specified audio ID is playing; otherwise, false.