Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

UnitySerializedDictionary.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/Dictionaries/UnitySerializedDictionary.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Variable/Dictionaries/UnitySerializedDictionary.cs

Source file hash: sha256:f4d194e9e6999b5fda60332bad0870462626b8cb67f1d6954407a4046784bda4

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Type: UnitySerializedDictionary<TKey, TValue>

Section titled “Type: UnitySerializedDictionary<TKey, TValue>”

Original lines: 31-61

Declaration hash: sha256:b64f56c88bb4fb906c5a75db420a2a135783d5b49061c70060ad2e7a3b011237

C#
[Serializable]
public abstract class UnitySerializedDictionary<TKey, TValue> : Dictionary<TKey, TValue>, ISerializationCallbackReceiver
{
}
Full-size image