Method InvokeAssetEntryCommand
InvokeAssetEntryCommand(String, IEnumerable<AddressableAssetEntry>)
Invoke a registered command for a set of entries.
Declaration
public static bool InvokeAssetEntryCommand(string cmdId, IEnumerable<AddressableAssetEntry> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| String | cmdId | The id of the command. |
| IEnumerable<AddressableAssetEntry> | entries | The entries to run the command on. |
Returns
| Type | Description |
|---|---|
| Boolean | Returns true if the command was executed without exceptions. |