Method | Description | |
---|---|---|
Cancel ( ) : void | ||
CheckVersion ( bool showNew ) : void | ||
ConvertImages ( string imgpath, string gamepath, bool isreplace ) : void | ||
CutImages ( string imgpath, bool isreplace ) : void | ||
ExportData ( string path, string zipname ) : void | ||
IsCancel ( ) : bool | ||
IsRuning ( ) : bool | ||
OnCheckUpdate ( bool showNew ) : void | ||
ReadMSE ( string mseset, bool repalceOld ) : Card[] | ||
Run ( ) : void | ||
SaveMSE ( int num, string file, Card cards, string pack_db, bool rarity, bool isUpdate ) : void | ||
SaveMSEs ( string file, Card cards, bool isUpdate ) : void | ||
SetTask ( MyTask myTask, Card cards ) : void | ||
TaskHelper ( string datapath, |
||
ToImg ( string img, string saveimg1, string saveimg2 ) : void | ||
getLastTask ( ) : MyTask | ||
testPendulumText ( string desc ) : void |
public static CheckVersion ( bool showNew ) : void | ||
showNew | bool | |
return | void |
public ConvertImages ( string imgpath, string gamepath, bool isreplace ) : void | ||
imgpath | string | |
gamepath | string | |
isreplace | bool | |
return | void |
public CutImages ( string imgpath, bool isreplace ) : void | ||
imgpath | string | |
isreplace | bool | |
return | void |
public ExportData ( string path, string zipname ) : void | ||
path | string | |
zipname | string | |
return | void |
public ReadMSE ( string mseset, bool repalceOld ) : Card[] | ||
mseset | string | |
repalceOld | bool | |
return | Card[] |
public SaveMSE ( int num, string file, Card cards, string pack_db, bool rarity, bool isUpdate ) : void | ||
num | int | |
file | string | |
cards | Card | |
pack_db | string | |
rarity | bool | |
isUpdate | bool | |
return | void |
public SaveMSEs ( string file, Card cards, bool isUpdate ) : void | ||
file | string | |
cards | Card | |
isUpdate | bool | |
return | void |
public SetTask ( MyTask myTask, Card cards ) : void | ||
myTask | MyTask | |
cards | Card | |
return | void |
public TaskHelper ( string datapath, |
||
datapath | string | |
worker | ||
mcfg | DataEditorX.Core.Mse.MSEConfig | |
return | System |
public ToImg ( string img, string saveimg1, string saveimg2 ) : void | ||
img | string | |
saveimg1 | string | |
saveimg2 | string | |
return | void |
public testPendulumText ( string desc ) : void | ||
desc | string | |
return | void |