C# Class RockSmithTabExplorer.GuitarPath

Afficher le fichier Open project: Jamedjo/RSTabExplorer

Méthodes publiques

Méthode Description
FromSettings ( ) : GuitarPath
GuitarPath ( string name ) : System
Persist ( string name ) : GuitarPath
pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo

Private Methods

Méthode Description
findTrackContaining ( IList songTracks, string preferences ) : RockSmithTabExplorer.RSTrackInfo

Method Details

FromSettings() public static méthode

public static FromSettings ( ) : GuitarPath
Résultat GuitarPath

GuitarPath() public méthode

public GuitarPath ( string name ) : System
name string
Résultat System

Persist() public static méthode

public static Persist ( string name ) : GuitarPath
name string
Résultat GuitarPath

pickTrack() public méthode

public pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo
songTracks IList
Résultat RockSmithTabExplorer.RSTrackInfo