Method Compare
Compare(AddressableAssetEntry, AddressableAssetEntry)
Compares two asset entries based on their guids.
선언
public virtual int Compare(AddressableAssetEntry x, AddressableAssetEntry y)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetEntry | x | The first entry to compare. |
AddressableAssetEntry | y | The second entry to compare. |
반환
타입 | 설명 |
---|---|
int | Returns 0 if both entries are null or equivalent. Returns -1 if the first entry is null or the first entry precedes the second entry in the sort order. Returns 1 if the second entry is null or the first entry follows the second entry in the sort order. |