docs.unity.cn
    Show / Hide Table of Contents

    Method InvokeAssetGroupCommand

    InvokeAssetGroupCommand(String, IEnumerable<AddressableAssetGroup>)

    Invoke a registered command for a set of groups.

    Declaration
    public static bool InvokeAssetGroupCommand(string cmdId, IEnumerable<AddressableAssetGroup> groups)
    Parameters
    Type Name Description
    String cmdId

    The id of the command.

    IEnumerable<AddressableAssetGroup> groups

    The groups to run the command on.

    Returns
    Type Description
    Boolean

    Returns true if the command was invoked successfully.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use