docs.unity3d.com
    Show / Hide Table of Contents

    Class AddressableAssetGroupSchemaSet

    Collection of AddressableAssetGroupSchema objects

    Inheritance
    Object
    AddressableAssetGroupSchemaSet
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.AddressableAssets.Settings
    Syntax
    [Serializable]
    public class AddressableAssetGroupSchemaSet

    Properties

    Name Description
    Schemas

    List of schemas for this group.

    Types

    Get the list of schema types.

    Methods

    Name Description
    AddSchema(Type, Func<Type, String>)

    Creates and adds a schema of a given type to this group. The schema asset will be created in the GroupSchemas directory relative to the settings asset.

    AddSchema(AddressableAssetGroupSchema, Func<Type, String>)

    Adds a copy of the provided schema object.

    ClearSchemas(Boolean)

    Removes all schemas and optionally deletes the assets associated with them.

    GetSchema(Type)

    Gets an added schema of the specified type.

    RemoveSchema(Type)

    Remove a given schema from this group.

    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