C# 클래스 RocksmithToolkitLib.DLCPackage.DLCPackageData

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

공개 프로퍼티들

프로퍼티 타입 설명
GameVersion GameVersion

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CleanCache ( ) : void
DoLikeProject ( string unpackedDir ) : string

Transforms unpacked Song into project-like folder structure.

LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, System.Platform sourcePlatform = null, bool ignoreMultitoneEx = false ) : DLCPackageData

Loads CDLC artifacts from folder into DLCPackageData

RS1LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, bool convert ) : DLCPackageData

메소드 상세

CleanCache() 공개 메소드

public CleanCache ( ) : void
리턴 void

DoLikeProject() 공개 정적인 메소드

Transforms unpacked Song into project-like folder structure.
public static DoLikeProject ( string unpackedDir ) : string
unpackedDir string Unpacked dir.
리턴 string

LoadFromFolder() 공개 정적인 메소드

Loads CDLC artifacts from folder into DLCPackageData
public static LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, System.Platform sourcePlatform = null, bool ignoreMultitoneEx = false ) : DLCPackageData
unpackedDir string
targetPlatform System.Platform
sourcePlatform System.Platform
ignoreMultitoneEx bool Ignore multitone exceptions
리턴 DLCPackageData

RS1LoadFromFolder() 공개 정적인 메소드

public static RS1LoadFromFolder ( string unpackedDir, System.Platform targetPlatform, bool convert ) : DLCPackageData
unpackedDir string
targetPlatform System.Platform
convert bool
리턴 DLCPackageData

프로퍼티 상세

GameVersion 공개적으로 프로퍼티

public GameVersion GameVersion
리턴 GameVersion