Interface ITextureCache
Namespace: UnityEngine.Reflect
Syntax
public interface ITextureCache
Methods
GetTexture(String)
Declaration
Texture2D GetTexture(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key |
Returns
| Type | Description |
|---|---|
| Texture2D |