Method ReadFromCache
ReadFromCache(out byte[])
Will return the deserialized Unity representation of the cached artifact from the local machine.
Declaration
protected override Texture2D ReadFromCache(out byte[] rawData)
Parameters
Type | Name | Description |
---|---|---|
byte[] | rawData |
Returns
Type | Description |
---|---|
Texture2D | A fully constructed artifact of type T, default(T) otherwise. |