Method FindGroup
FindGroup(Func<AddressableAssetGroup, bool>)
Find asset group by functor.
선언
public AddressableAssetGroup FindGroup(Func<AddressableAssetGroup, bool> func)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Func<AddressableAssetGroup, bool> | func | The functor to call on each group. The first group that evaluates to true is returned. |
반환
타입 | 설명 |
---|---|
AddressableAssetGroup | The group found or null. |
FindGroup(string)
Find asset group by name.
선언
public AddressableAssetGroup FindGroup(string groupName)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | groupName | The name of the group. |
반환
타입 | 설명 |
---|---|
AddressableAssetGroup | The group found or null. |