docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateGroup

    CreateGroup(string, bool, bool, bool, List<AddressableAssetGroupSchema>, params Type[])

    Create a new asset group.

    Declaration
    public AddressableAssetGroup CreateGroup(string groupName, bool setAsDefaultGroup, bool readOnly, bool postEvent, List<AddressableAssetGroupSchema> schemasToCopy, params Type[] types)
    Parameters
    Type Name Description
    string groupName

    The group name.

    bool setAsDefaultGroup

    Set the new group as the default group.

    bool readOnly

    Is the new group read only.

    bool postEvent

    Post modification event.

    List<AddressableAssetGroupSchema> schemasToCopy

    Schema set to copy from.

    Type[] types

    Types of schemas to add.

    Returns
    Type Description
    AddressableAssetGroup

    The newly created group.

    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)