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