C# Class RocksmithToolkitLib.DLCPackage.AggregateGraph2014.AggregateGraph2014

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

Public Properties

Property Type Description
CANONICAL_GAMESONG string
CANONICAL_INLAY string
CANONICAL_LYRIC string
CANONICAL_MANIFEST_CONSOLE string
CANONICAL_MANIFEST_PC string
CANONICAL_SOUNDBANK string
CANONICAL_XMLSONG string
LOGPATH_SOUNDBANK string
NAME_ARRANGEMENT string
NAME_SHOWLIGHT string

Public Methods

Method Description
AggregateGraph2014 ( ) : System
AggregateGraph2014 ( DLCPackageData info, System.Platform platform, DLCPackageType dlcType = DLCPackageType.Song ) : System
DoLikeSongPack ( string srcPath, string appId = "248750" ) : string
LoadFromFile ( string agregateGraphFile ) : AggregateGraph2014
MergeHsanFiles ( string srcPath, string songPackName, string destPath ) : void
Serialize ( Stream stream ) : void

Private Methods

Method Description
InlayAggregateGraph ( DLCPackageData info, DLCPackageType dlcType ) : void
SongAggregateGraph ( DLCPackageData info, DLCPackageType dlcType ) : void

Method Details

AggregateGraph2014() public method

public AggregateGraph2014 ( ) : System
return System

AggregateGraph2014() public method

public AggregateGraph2014 ( DLCPackageData info, System.Platform platform, DLCPackageType dlcType = DLCPackageType.Song ) : System
info DLCPackageData
platform System.Platform
dlcType DLCPackageType
return System

DoLikeSongPack() public static method

public static DoLikeSongPack ( string srcPath, string appId = "248750" ) : string
srcPath string
appId string
return string

LoadFromFile() public static method

public static LoadFromFile ( string agregateGraphFile ) : AggregateGraph2014
agregateGraphFile string
return AggregateGraph2014

MergeHsanFiles() public static method

public static MergeHsanFiles ( string srcPath, string songPackName, string destPath ) : void
srcPath string
songPackName string
destPath string
return void

Serialize() public method

public Serialize ( Stream stream ) : void
stream Stream
return void

Property Details

CANONICAL_GAMESONG public_oe static_oe property

public static string CANONICAL_GAMESONG
return string

CANONICAL_INLAY public_oe static_oe property

public static string CANONICAL_INLAY
return string

CANONICAL_LYRIC public_oe static_oe property

public static string CANONICAL_LYRIC
return string

CANONICAL_MANIFEST_CONSOLE public_oe static_oe property

public static string CANONICAL_MANIFEST_CONSOLE
return string

CANONICAL_MANIFEST_PC public_oe static_oe property

public static string CANONICAL_MANIFEST_PC
return string

CANONICAL_SOUNDBANK public_oe static_oe property

public static string CANONICAL_SOUNDBANK
return string

CANONICAL_XMLSONG public_oe static_oe property

public static string CANONICAL_XMLSONG
return string

LOGPATH_SOUNDBANK public_oe static_oe property

public static string LOGPATH_SOUNDBANK
return string

NAME_ARRANGEMENT public_oe static_oe property

public static string NAME_ARRANGEMENT
return string

NAME_SHOWLIGHT public_oe static_oe property

public static string NAME_SHOWLIGHT
return string