C# Class RocksmithToolkitLib.DLCPackage.Arrangement

Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Private Properties

Свойство Type Description
DetectTuning void
SetArrType void

Méthodes publiques

Méthode Description
Arrangement ( ) : System
Arrangement ( Attributes2014 attr, string xmlSongFile, bool ignoreMultitoneException = false ) : System

Fill Arrangement 2014 from json and xml.

ClearCache ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
DetectTuning ( Song2014 song ) : void

Set Arrangement Type and Tuning information.

SetArrType ( int arrNameType ) : void

Sets Arrangement Type

Method Details

Arrangement() public méthode

public Arrangement ( ) : System
Résultat System

Arrangement() public méthode

Fill Arrangement 2014 from json and xml.
public Arrangement ( Attributes2014 attr, string xmlSongFile, bool ignoreMultitoneException = false ) : System
attr Attributes2014
xmlSongFile string
ignoreMultitoneException bool
Résultat System

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string