Method GetAssetEntry
GetAssetEntry(string)
Get an entry via the asset guid.
선언
public virtual AddressableAssetEntry GetAssetEntry(string guid)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The asset guid. |
반환
타입 | 설명 |
---|---|
AddressableAssetEntry |
GetAssetEntry(string, bool)
Get an entry via the asset guid.
선언
public virtual AddressableAssetEntry GetAssetEntry(string guid, bool includeImplicit)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The asset guid. |
bool | includeImplicit | Whether or not to include implicit asset entries in the search. |
반환
타입 | 설명 |
---|---|
AddressableAssetEntry |