docs.unity3d.com
    目次を表示する/隠す

    Method Compare

    Compare(AddressableAssetEntry, AddressableAssetEntry)

    Compares two asset entries based on their guids.

    Declaration
    public virtual int Compare(AddressableAssetEntry x, AddressableAssetEntry y)
    Parameters
    Type Name Description
    AddressableAssetEntry x

    The first entry to compare.

    AddressableAssetEntry y

    The second entry to compare.

    Returns
    Type Description
    Int32

    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.

    Implements
    IComparer<T>.Compare(T, T)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)