Show / Hide Table of Contents

Delegate GetCallback

Used for asynchronous handling. BeginGetAsset(String, GetCallback).

Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public delegate void GetCallback(GetCallbackState state, object o, Type type);
Parameters
Type Name Description
GetCallbackState state

The state.

System.Object o

The asset that was just retrieved.

System.Type type

The type of the asset.

Generated by DocFX
GitHub Repo
Back to top