Class ContentUpdateGroupSchema | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ContentUpdateGroupSchema

    Schema for content updates.

    Inheritance
    System.Object
    AddressableAssetGroupSchema
    ContentUpdateGroupSchema
    Inherited Members
    AddressableAssetGroupSchema.Group
    AddressableAssetGroupSchema.OnSetGroup(AddressableAssetGroup)
    AddressableAssetGroupSchema.OnGUI()
    AddressableAssetGroupSchema.SetDirty(Boolean)
    Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
    Syntax
    public class ContentUpdateGroupSchema : AddressableAssetGroupSchema

    Properties

    StaticContent

    Is the group static. This property is used in determining which assets need to be moved to a new remote group during the content update process.

    Declaration
    public bool StaticContent { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX