







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
AudioController..::..GetPlaylistByName Method |
AudioController Class See Also Send Feedback |
![]() |
Retrieves a playlist by name. If playlists are named identically it will return the first one it finds
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public Playlist GetPlaylistByName( string playlistName ) |
Parameters
- playlistName
- Type: System..::..String
The playlist's name
Return Value
Type: PlaylistA playlist with the specified name, otherwise null