class in AdvancedSceneManager.Models.ASMSettings
Represents a serializable dictionary for storing custom data.
| Member | Description |
|---|---|
TValue Item |
_No documentation available._ |
| Member | Description |
|---|---|
void Clear(TKey key) |
Clears custom data for the specified key. |
bool ContainsKey(TKey key) |
Determines whether the specified key exists. |
bool Get(TKey key, out TValue value) |
Gets custom data. |
TValue Get(TKey key) |
Gets custom data. |
IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() |
_No documentation available._ |
void Set(TKey key, TValue value) |
Sets custom data. |