Delegate AssetChecker
Type used in RegisterTypeHandler(AssetHandler).
Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public delegate bool AssetChecker(string id);
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | The identifier.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if the corresponding AssetDecoder will probably handle the requested asset.  |