Class ContentUpdateGroupSchema
Schema for content updates.
Inherited Members
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 |
---|---|
Boolean |
Methods
OnGUI()
Used to display the GUI of the schema.
Declaration
public override void OnGUI()