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. |