C# Class SoundtrackEditor.Playlist

Show file Open project: pizzaoverhead/SoundtrackEditor Class Usage Examples

Public Properties

Property Type Description
channel int
disableAfterPlay bool
enabled bool
fade Fade
loop bool
name string
pauseOnGamePause bool
playAfter string
playBefore string
playNext string
playWhen Prerequisites
preloadTime float
shuffle bool
trackFade Fade
tracks List

Public Methods

Method Description
Equals ( Playlist p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
GetNewPlaylistName ( ) : string
Playlist ( ) : System
Playlist ( Playlist p ) : System
Shuffle ( ) : void

Method Details

Equals() public method

public Equals ( Playlist p ) : bool
p Playlist
return bool

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetNewPlaylistName() public static method

public static GetNewPlaylistName ( ) : string
return string

Playlist() public method

public Playlist ( ) : System
return System

Playlist() public method

public Playlist ( Playlist p ) : System
p Playlist
return System

Shuffle() public method

public Shuffle ( ) : void
return void

Property Details

channel public property

public int channel
return int

disableAfterPlay public property

public bool disableAfterPlay
return bool

enabled public property

public bool enabled
return bool

fade public property

public Fade fade
return Fade

loop public property

public bool loop
return bool

name public property

public string name
return string

pauseOnGamePause public property

public bool pauseOnGamePause
return bool

playAfter public property

public string playAfter
return string

playBefore public property

public string playBefore
return string

playNext public property

public string playNext
return string

playWhen public property

public Prerequisites playWhen
return Prerequisites

preloadTime public property

public float preloadTime
return float

shuffle public property

public bool shuffle
return bool

trackFade public property

public Fade trackFade
return Fade

tracks public property

public List tracks
return List