Method RegisterCustomAssetGroupCommand
RegisterCustomAssetGroupCommand(string, Action<IEnumerable<AddressableAssetGroup>>)
Register a custom command to process asset groups. These commands will be shown in the context menu of the groups window.
Declaration
public static bool RegisterCustomAssetGroupCommand(string cmdId, Action<IEnumerable<AddressableAssetGroup>> cmdFunc)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cmdId | The id of the command. This will be used for the display name of the context menu item. |
| Action<IEnumerable<AddressableAssetGroup>> | cmdFunc | The command handler function. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the command was registered. |