C# Class RocksmithToolkitLib.DLCPackage.Arrangement

Show file Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Private Properties

Property Type Description
DetectTuning void
SetArrType void

Public Methods

Method 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

Method Description
DetectTuning ( Song2014 song ) : void

Set Arrangement Type and Tuning information.

SetArrType ( int arrNameType ) : void

Sets Arrangement Type

Method Details

Arrangement() public method

public Arrangement ( ) : System
return System

Arrangement() public method

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

ClearCache() public method

public ClearCache ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string