C# Class SoundtrackEditor.Playlist

Afficher le fichier Open project: pizzaoverhead/SoundtrackEditor Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public Equals ( Playlist p ) : bool
p Playlist
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNewPlaylistName() public static méthode

public static GetNewPlaylistName ( ) : string
Résultat string

Playlist() public méthode

public Playlist ( ) : System
Résultat System

Playlist() public méthode

public Playlist ( Playlist p ) : System
p Playlist
Résultat System

Shuffle() public méthode

public Shuffle ( ) : void
Résultat void

Property Details

channel public_oe property

public int channel
Résultat int

disableAfterPlay public_oe property

public bool disableAfterPlay
Résultat bool

enabled public_oe property

public bool enabled
Résultat bool

fade public_oe property

public Fade fade
Résultat Fade

loop public_oe property

public bool loop
Résultat bool

name public_oe property

public string name
Résultat string

pauseOnGamePause public_oe property

public bool pauseOnGamePause
Résultat bool

playAfter public_oe property

public string playAfter
Résultat string

playBefore public_oe property

public string playBefore
Résultat string

playNext public_oe property

public string playNext
Résultat string

playWhen public_oe property

public Prerequisites playWhen
Résultat Prerequisites

preloadTime public_oe property

public float preloadTime
Résultat float

shuffle public_oe property

public bool shuffle
Résultat bool

trackFade public_oe property

public Fade trackFade
Résultat Fade

tracks public_oe property

public List tracks
Résultat List