Class AddressableAssetGroupSchemaSet
Collection of AddressableAssetGroupSchema objects
Implements
Inherited Members
Namespace: UnityEditor .AddressableAssets .Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class AddressableAssetGroupSchemaSet : ISerializationCallbackReceiver
Properties
Methods
Name | Description |
---|---|
Add |
Creates and adds a schema of a given type to this group. The schema asset will be created in the GroupSchemas directory relative to the settings asset. |
Add |
Adds a copy of the provided schema object. |
Clear |
Removes all schemas and optionally deletes the assets associated with them. |
Get |
Gets an added schema of the specified type. |
On |
Implementation of ISerializationCallbackReceiver. Does nothing. |
On |
Implementation of ISerializationCallbackReceiver. Sorts collections for deterministic ordering. |
Remove |
Remove a given schema from this group. |