docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FindGroup

    FindGroup(Func<AddressableAssetGroup, bool>)

    Find asset group by functor.

    Declaration
    public AddressableAssetGroup FindGroup(Func<AddressableAssetGroup, bool> func)
    Parameters
    Type Name Description
    Func<AddressableAssetGroup, bool> func

    The functor to call on each group. The first group that evaluates to true is returned.

    Returns
    Type Description
    AddressableAssetGroup

    The group found or null.

    FindGroup(string)

    Find asset group by name.

    Declaration
    public AddressableAssetGroup FindGroup(string groupName)
    Parameters
    Type Name Description
    string groupName

    The name of the group.

    Returns
    Type Description
    AddressableAssetGroup

    The group found or null.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)