Method | Description | |
---|---|---|
Clear ( ) : void |
Clear this instance.
|
|
GetRelativeTexture ( string path ) : |
Gets the texture using the relative path fro this class file.
|
|
GetTexture ( string path ) : |
Gets the texture by path if any.
|
|
GetTexture ( string path, bool refresh ) : |
Gets the texture by path if any. If refresh is true, it will force to update the texture.
|
|
RefreshCache ( string path ) : bool |
Refreshs the cache.
|
|
TextureDatabase ( ) : System.Collections.Generic | ||
isCached ( string path ) : bool |
Check if the given texture path is cached
|
Method | Description | |
---|---|---|
LocateRelativePath ( ) : void |
public GetRelativeTexture ( string path ) : |
||
path | string | Path. |
return |
public GetTexture ( string path ) : |
||
path | string | Path. |
return |
public GetTexture ( string path, bool refresh ) : |
||
path | string | Path. |
refresh | bool | If set to |
return |
public RefreshCache ( string path ) : bool | ||
path | string | Path. |
return | bool |
public TextureDatabase ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |