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