C# Class RocksmithToolkitLib.DLCPackage.DLCPackageData

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

Méthodes publiques

Свойство Type Description
GameVersion GameVersion

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CleanCache ( ) : void
Résultat void

DoLikeProject() public static méthode

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

LoadFromFolder() public static méthode

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
Résultat DLCPackageData

RS1LoadFromFolder() public static méthode

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

Property Details

GameVersion public_oe property

public GameVersion GameVersion
Résultat GameVersion