Class KeyDataStore
Contains serialized data in a generic serializable container.
Implements
Inherited Members
Namespace: UnityEditor .AddressableAssets .Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class KeyDataStore : ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Keys | The collection of keys stored. |
On |
Delegate that is invoked when data is modified. |
Methods
Name | Description |
---|---|
Get |
Get data via a specified key. |
On |
Implementation of ISerializationCallbackReceiver interface, used to convert data from its serializable form. |
On |
Implementation of ISerializationCallbackReceiver interface, used to convert data to a serializable form. |
Set |
Set the value of a specified key. |
Set |
Set data for a specified key from a string. |