Property | Type | Description | |
---|---|---|---|
atlasInfoGUIDs | List |
||
curVersion | int | ||
dbKey | string | ||
dbPath | string | ||
elementInfos | List |
||
showData | bool | ||
showTable | bool | ||
texGUIDToElementInfo | ElementInfo>.Dictionary |
Method | Description | |
---|---|---|
AddAtlasInfo ( exAtlasInfo, _a ) : void | ||
BuildAll ( ) : void | ||
DB ( ) : exAtlasDB, | ||
DBExists ( ) : bool | ||
ForceSync ( ) : void | ||
GetElementInfo ( |
||
GetElementInfo ( string _textureGUID ) : ElementInfo, | ||
GetTexGUIDToElementInfo ( ) : ElementInfo>.Dictionary |
||
HasAtlasInfoGUID ( string _guid ) : bool | ||
RemoveAtlasInfo ( string _atlasInfoGUID ) : void | ||
RemoveElementInfo ( string _textureGUID ) : void | ||
UpdateElementInfo ( exAtlasInfo, _el, int _index ) : void |
Method | Description | |
---|---|---|
AddElementInfo ( exAtlasInfo, _el, int _index ) : ElementInfo, | ||
AddElementInfo ( string _textureGUID, string _atlasGUID, string _atlasInfoGUID, int _index ) : ElementInfo, | ||
CreateDB ( ) : void | ||
Init ( ) : void | ||
SyncDirectory ( string _path ) : void | ||
SyncRoot ( ) : void |
public static AddAtlasInfo ( exAtlasInfo, _a ) : void | ||
_a | exAtlasInfo, | |
return | void |
public static GetElementInfo ( |
||
_tex | ||
return | ElementInfo, |
public static GetElementInfo ( string _textureGUID ) : ElementInfo, | ||
_textureGUID | string | |
return | ElementInfo, |
public static GetTexGUIDToElementInfo ( ) : ElementInfo>.Dictionary |
||
return | ElementInfo>.Dictionary |
public static HasAtlasInfoGUID ( string _guid ) : bool | ||
_guid | string | |
return | bool |
public static RemoveAtlasInfo ( string _atlasInfoGUID ) : void | ||
_atlasInfoGUID | string | |
return | void |
public static RemoveElementInfo ( string _textureGUID ) : void | ||
_textureGUID | string | |
return | void |
public static UpdateElementInfo ( exAtlasInfo, _el, int _index ) : void | ||
_el | exAtlasInfo, | |
_index | int | |
return | void |