C# Class Nanook.TheGhost.SongQb

ファイルを表示 Open project: Nanook/TheGHOST Class Usage Examples

Private Properties

Property Type Description
SongQb System
replaceItemIntForFloat QbItemFloat

Public Methods

Method Description
CreateSong ( QbFile root, string songname ) : QbItemStruct
RemoveUseCoopNoteTracks ( ) : void
ZeroOffsets ( ) : void

Private Methods

Method Description
SongQb ( Project project, QbItemStruct song ) : System
replaceItemIntForFloat ( QbItemStruct song, QbItemInteger item ) : QbItemFloat

Some items are not the correct type, replace them.

Method Details

CreateSong() public static method

public static CreateSong ( QbFile root, string songname ) : QbItemStruct
root Nanook.QueenBee.Parser.QbFile
songname string
return Nanook.QueenBee.Parser.QbItemStruct

RemoveUseCoopNoteTracks() public method

public RemoveUseCoopNoteTracks ( ) : void
return void

ZeroOffsets() public method

public ZeroOffsets ( ) : void
return void