Class Playlist
Inheritance
object
Playlist
Namespace: Music
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class Playlist
Fields
shuffleTime
Declaration
public float shuffleTime
Field Value
| Type | Description |
|---|---|
| float |
songs
Declaration
public List<AudioClip> songs
Field Value
| Type | Description |
|---|---|
| List<><AudioClip> |
trackName
Declaration
public string trackName
Field Value
| Type | Description |
|---|---|
| string |
trackScenes
Declaration
public List<string> trackScenes
Field Value
| Type | Description |
|---|---|
| List<><string> |
volume
Declaration
public float volume
Field Value
| Type | Description |
|---|---|
| float |