Delegate AsyncAssetDecoder
The asset decoder
Namespace: Fusee.Base.Core
Assembly: Fusee.Base.Core.dll
Syntax
public delegate void AsyncAssetDecoder(string id, object data, Action<object> callback);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | The asset id. |
| System.Object | data | The asset data. |
| System.Action<System.Object> | callback | The decoded asset data. |