C# Class RocksmithToolkitLib.DLCPackage.Manifest.ManifestBuilder

Exibir arquivo Open project: rscustom/rocksmith-custom-song-toolkit

Public Methods

Method Description
GenerateManifest ( string dlcKey, IList arrangements, SongInfo songInfo, System.Platform platform ) : string
ManifestBuilder ( ) : System

Private Methods

Method Description
AssociateTechniques ( Arrangement x, RocksmithToolkitLib.DLCPackage.Manifest.Attributes att, string technique ) : void

Method Details

GenerateManifest() public method

public GenerateManifest ( string dlcKey, IList arrangements, SongInfo songInfo, System.Platform platform ) : string
dlcKey string
arrangements IList
songInfo SongInfo
platform System.Platform
return string

ManifestBuilder() public method

public ManifestBuilder ( ) : System
return System