Class AddressableAssetGroupSchema
Contains data for AddressableAssetGroups.
Inherited Members
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. |