docs.unity3d.com
    Show / Hide Table of Contents

    Method CreateGroup

    CreateGroup(String, Boolean, Boolean, Boolean, List<AddressableAssetGroupSchema>, 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.

    Boolean setAsDefaultGroup

    Set the new group as the default group.

    Boolean readOnly

    Is the new group read only.

    Boolean 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
    • CreateGroup(String, Boolean, Boolean, Boolean, List<AddressableAssetGroupSchema>, Type[])
    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