Method FindAssetEntry
FindAssetEntry(string)
Find and asset entry by guid.
선언
public AddressableAssetEntry FindAssetEntry(string guid)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The asset guid. |
반환
타입 | 설명 |
---|---|
AddressableAssetEntry | The found entry or null. |
FindAssetEntry(string, bool)
Find and asset entry by guid.
선언
public AddressableAssetEntry FindAssetEntry(string guid, bool includeImplicit)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The asset guid. |
bool | includeImplicit | Whether or not to include implicit asset entries in the search. |
반환
타입 | 설명 |
---|---|
AddressableAssetEntry | The found entry or null. |