C# Class exAtlasDB, ex2d-v1

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: exdev/ex2d-v1 Class Usage Examples

Méthodes publiques

Свойство Type Description
atlasInfoGUIDs List
curVersion int
dbKey string
dbPath string
elementInfos List
showData bool
showTable bool
texGUIDToElementInfo ElementInfo>.Dictionary

Méthodes publiques

Méthode Description
AddAtlasInfo ( exAtlasInfo, _a ) : void
BuildAll ( ) : void
DB ( ) : exAtlasDB,
DBExists ( ) : bool
ForceSync ( ) : void
GetElementInfo ( Texture2D _tex ) : ElementInfo,
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

Private Methods

Méthode 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

Method Details

AddAtlasInfo() public static méthode

public static AddAtlasInfo ( exAtlasInfo, _a ) : void
_a exAtlasInfo,
Résultat void

BuildAll() public static méthode

public static BuildAll ( ) : void
Résultat void

DB() public static méthode

public static DB ( ) : exAtlasDB,
Résultat exAtlasDB,

DBExists() public static méthode

public static DBExists ( ) : bool
Résultat bool

ForceSync() public static méthode

public static ForceSync ( ) : void
Résultat void

GetElementInfo() public static méthode

public static GetElementInfo ( Texture2D _tex ) : ElementInfo,
_tex UnityEngine.Texture2D
Résultat ElementInfo,

GetElementInfo() public static méthode

public static GetElementInfo ( string _textureGUID ) : ElementInfo,
_textureGUID string
Résultat ElementInfo,

GetTexGUIDToElementInfo() public static méthode

public static GetTexGUIDToElementInfo ( ) : ElementInfo>.Dictionary
Résultat ElementInfo>.Dictionary

HasAtlasInfoGUID() public static méthode

public static HasAtlasInfoGUID ( string _guid ) : bool
_guid string
Résultat bool

RemoveAtlasInfo() public static méthode

public static RemoveAtlasInfo ( string _atlasInfoGUID ) : void
_atlasInfoGUID string
Résultat void

RemoveElementInfo() public static méthode

public static RemoveElementInfo ( string _textureGUID ) : void
_textureGUID string
Résultat void

UpdateElementInfo() public static méthode

public static UpdateElementInfo ( exAtlasInfo, _el, int _index ) : void
_el exAtlasInfo,
_index int
Résultat void

Property Details

atlasInfoGUIDs public_oe property

public List atlasInfoGUIDs
Résultat List

curVersion public_oe property

public int curVersion
Résultat int

dbKey public_oe static_oe property

public static string dbKey
Résultat string

dbPath public_oe static_oe property

public static string dbPath
Résultat string

elementInfos public_oe property

public List elementInfos
Résultat List

showData public_oe property

public bool showData
Résultat bool

showTable public_oe property

public bool showTable
Résultat bool

texGUIDToElementInfo public_oe property

public Dictionary texGUIDToElementInfo
Résultat ElementInfo>.Dictionary