ClockStone Audio Toolkit for Unity - Documentation
Playlist Class |
Allows to define a playlist consisting of a list of audio IDs
Inheritance Hierarchy
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
[SerializableAttribute] public class Playlist
The Playlist type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Playlist | Initializes a new instance of the Playlist class | |
Playlist(String, String) | Initializes a new instance of the Playlist class |
Fields
Name | Description | |
---|---|---|
name |
Name of the playlist as used for e.g. by PlayMusicPlaylist(String) | |
playlistItems |
An array of audio IDs defining the playlist
|
See Also