Search Results for

    Show / Hide Table of Contents

    Class Playlist

    Inheritance
    object
    Playlist
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global
    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