C# 클래스 RocksmithToolkitLib.DLCPackage.Arrangement

파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DetectTuning void
SetArrType void

공개 메소드들

메소드 설명
Arrangement ( ) : System
Arrangement ( Attributes2014 attr, string xmlSongFile, bool ignoreMultitoneException = false ) : System

Fill Arrangement 2014 from json and xml.

ClearCache ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
DetectTuning ( Song2014 song ) : void

Set Arrangement Type and Tuning information.

SetArrType ( int arrNameType ) : void

Sets Arrangement Type

메소드 상세

Arrangement() 공개 메소드

public Arrangement ( ) : System
리턴 System

Arrangement() 공개 메소드

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

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string