Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Example Unity documentation footer