Class BuildLayout.SchemaData
Data container for AddressableAssetGroupSchemas
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build.Layout
어셈블리: solution.dll
구문
[Serializable]
public class BuildLayout.SchemaData : ISerializationCallbackReceiver
필드
이름 | 설명 |
---|---|
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 |
메서드
이름 | 설명 |
---|---|
OnAfterDeserialize() | Writes data to KvpDetails after Deserializing to temporary data fields |
OnBeforeSerialize() | Converts the unserializable KvpDetails to a serializable type for writing |