Method InvokeAssetEntryCommand
InvokeAssetEntryCommand(string, IEnumerable<AddressableAssetEntry>)
Invoke a registered command for a set of entries.
선언
public static bool InvokeAssetEntryCommand(string cmdId, IEnumerable<AddressableAssetEntry> entries)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | cmdId | The id of the command. |
IEnumerable<AddressableAssetEntry> | entries | The entries to run the command on. |
반환
타입 | 설명 |
---|---|
bool | Returns true if the command was executed without exceptions. |