Class ContentUpdateGroupSchema
Schema for content updates.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
Assembly: Unity.Addressables.Editor.dll
Syntax
public class ContentUpdateGroupSchema : AddressableAssetGroupSchema
  Properties
| Name | Description | 
|---|---|
| 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.  | 
      
Methods
| Name | Description | 
|---|---|
| OnGUI() | Used to display the GUI of the schema.  | 
      
| OnGUIMultiple(List<AddressableAssetGroupSchema>) | Used to display the GUI of multiple selected groups.  |