docs.unity3d.com
    Show / Hide Table of Contents

    Method FindGroup

    FindGroup(Func<AddressableAssetGroup, Boolean>)

    Find asset group by functor.

    Declaration
    public AddressableAssetGroup FindGroup(Func<AddressableAssetGroup, bool> func)
    Parameters
    Type Name Description
    Func<AddressableAssetGroup, Boolean> 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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023