docs.unity.cn
    Show / Hide Table of Contents

    Class AddressableAssetGroupSchema

    Contains data for AddressableAssetGroups.

    Inheritance
    Object
    AddressableAssetGroupSchema
    BundledAssetGroupSchema
    ContentUpdateGroupSchema
    PlayerDataGroupSchema
    Namespace: UnityEditor.AddressableAssets.Settings
    Syntax
    public class AddressableAssetGroupSchema : ScriptableObject

    Properties

    Name Description
    Group

    Get the group that the schema belongs to.

    Methods

    Name Description
    OnGUI()

    Used to display the GUI of the schema.

    OnGUIMultiple(List<AddressableAssetGroupSchema>)

    Used to display the GUI of multiple selected groups.

    OnSetGroup(AddressableAssetGroup)

    Override this method to perform post creation initialization.

    SetDirty(Boolean)

    Used to notify the addressables settings that data has been modified. This must be called by subclasses to ensure proper cache invalidation.

    ShowAllProperties()

    Used for drawing properties in the inspector.

    ShowMixedValue(SerializedProperty, List<AddressableAssetGroupSchema>, Type, String)

    Display mixed values for the specified property found in a list of schemas.

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