C# Class RocksmithToolkitLib.DLCPackage.DLCPackageData

显示文件 Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Public Properties

Property Type Description
GameVersion GameVersion

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

CleanCache() public method

public CleanCache ( ) : void
return void

DoLikeProject() public static method

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

LoadFromFolder() public static method

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
return DLCPackageData

RS1LoadFromFolder() public static method

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

Property Details

GameVersion public_oe property

public GameVersion GameVersion
return GameVersion