Method | Description | |
---|---|---|
Database ( ) : System | ||
Dispose ( ) : void | ||
Export ( |
Exports the database to a JSON file readable by the javascript web page that will help browsing the textures
|
|
GetRelativePath ( string filespec ) : string | ||
GetRelativePath ( string folder, string filespec ) : string |
From http://stackoverflow.com/questions/703281/getting-path-relative-to-the-current-working-directory
|
|
Load ( |
||
Save ( |
Method | Description | |
---|---|---|
AppendElement ( |
||
FindEntry ( |
Attempts to retrieve an existing entry from the provided manifest file name
|
|
SetAttribute ( |
||
SetAttribute ( string _Attribute, string _Value ) : |
public Export ( |
||
_FileName | ||
return | void |
public GetRelativePath ( string filespec ) : string | ||
filespec | string | |
return | string |
public static GetRelativePath ( string folder, string filespec ) : string | ||
folder | string | |
filespec | string | |
return | string |
public Load ( |
||
_FileName | ||
return | void |
public Save ( |
||
_FileName | ||
return | void |