C# Class SoundtrackEditor.Playlist

ファイルを表示 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_oe property

public int channel
return int

disableAfterPlay public_oe property

public bool disableAfterPlay
return bool

enabled public_oe property

public bool enabled
return bool

fade public_oe property

public Fade fade
return Fade

loop public_oe property

public bool loop
return bool

name public_oe property

public string name
return string

pauseOnGamePause public_oe property

public bool pauseOnGamePause
return bool

playAfter public_oe property

public string playAfter
return string

playBefore public_oe property

public string playBefore
return string

playNext public_oe property

public string playNext
return string

playWhen public_oe property

public Prerequisites playWhen
return Prerequisites

preloadTime public_oe property

public float preloadTime
return float

shuffle public_oe property

public bool shuffle
return bool

trackFade public_oe property

public Fade trackFade
return Fade

tracks public_oe property

public List tracks
return List