AssetResolver.ContainsAssetWithIdDelegate Delegate
Namespace: Stride.Core.Assets.AnalysisAssembly: Stride.Core.Assets.dll
Delegate to test if an asset id is already used.
public delegate bool ContainsAssetWithIdDelegate(AssetId id);
Parameters
Type | Name | Description |
---|---|---|
AssetId | id | The unique identifier. |
Returns
Type | Description |
---|---|
System.Boolean |
|