Property | Type | Description | |
---|---|---|---|
TreeAddTask | System.Threading.Tasks.Task | ||
TreePath | string |
Method | Description | |
---|---|---|
AddNode ( |
||
AddPCCs ( List |
||
AddTex ( |
Adds texture to tree with duplicate checks
|
|
BlindAddTex ( |
||
Clear ( bool complete = false ) : void | ||
Clone ( ) : |
||
ExportToCSV ( string fileName, bool ShowFilesExpIDs ) : void | ||
GetNode ( int index ) : |
||
GetNodesAsList ( ) : List |
||
GetPCC ( int index ) : string | ||
GetPCCsAsList ( ) : List |
||
GetTex ( int index ) : |
||
GetTreeAsList ( ) : List |
||
PerformTreeComparison ( ) : void | ||
ReadFromFile ( string TreeName, string mainpath, string thumbpath, int &status, |
||
ReplaceTex ( int index, |
||
TreeDB ( List |
||
TreeDB ( |
||
WriteToFile ( string treeName, string mainpath ) : void |
Method | Description | |
---|---|---|
Compare ( |
||
Contains ( |
||
setup ( |
public AddNode ( |
||
node | ||
return | void |
public AddTex ( |
||
tex | Texture to add | |
PackName | string | |
filename | string | |
return | void |
public BlindAddTex ( |
||
tex | ||
return | void |
public ExportToCSV ( string fileName, bool ShowFilesExpIDs ) : void | ||
fileName | string | |
ShowFilesExpIDs | bool | |
return | void |
public GetNode ( int index ) : |
||
index | int | |
return |
public GetTex ( int index ) : |
||
index | int | |
return |
public ReadFromFile ( string TreeName, string mainpath, string thumbpath, int &status, |
||
TreeName | string | |
mainpath | string | |
thumbpath | string | |
status | int | |
invokeObject | ||
return | bool |
public ReplaceTex ( int index, |
||
index | int | |
tex | ||
return | bool |
public TreeDB ( List |
||
given | List |
|
textree | ||
WhichGame | int | |
pathbio | string | |
return | KFreonLib.GUI |
public TreeDB ( |
||
textree | ||
WhichGame | int | |
pathbio | string | |
return | KFreonLib.GUI |
public WriteToFile ( string treeName, string mainpath ) : void | ||
treeName | string | |
mainpath | string | |
return | void |
public Task,System.Threading.Tasks TreeAddTask | ||
return | System.Threading.Tasks.Task |