Class BuildLayout.SchemaData
Data container for AddressableAssetGroupSchemas
Implements
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class BuildLayout.SchemaData : ISerializationCallbackReceiver
Fields
Name | Description |
---|---|
Guid | The Guid of the AddressableAssetGroupSchema |
KvpDetails | These key-value-pairs include data about the AddressableAssetGroupSchema, such as PackingMode and Compression. |
Type | The class type of the AddressableAssetGroupSchema |
Methods
Name | Description |
---|---|
OnAfterDeserialize() | Writes data to KvpDetails after Deserializing to temporary data fields |
OnBeforeSerialize() | Converts the unserializable KvpDetails to a serializable type for writing |