Show / Hide Table of Contents

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.

Generated by DocFX
GitHub Repo
Back to top