docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Remove

    Remove(string)

    Removes the group with the matching name.

    Declaration
    public bool Remove(string name)
    Parameters
    Type Name Description
    string name

    The name of the group to remove.

    Returns
    Type Description
    bool

    true if a group with a matching name was found and removed, or false if one was not.

    Remove(KeyValuePair<string, VariablesGroupAsset>)

    Removes the group with the matching name.

    Declaration
    public bool Remove(KeyValuePair<string, VariablesGroupAsset> item)
    Parameters
    Type Name Description
    KeyValuePair<string, VariablesGroupAsset> item
    Returns
    Type Description
    bool

    true if a group with a matching name was found and removed, or false if one was not.

    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)