Namespace MLAPI.NetworkVariable.Collections
Classes
NetworkDictionary<TKey, TValue>
Event based NetworkVariable container for syncing Dictionaries
NetworkList<T>
Event based NetworkVariable container for syncing Lists
NetworkSet<T>
Event based NetworkVariable container for syncing Sets
Structs
NetworkDictionaryEvent<TKey, TValue>
Struct containing event information about changes to a NetworkDictionary.
NetworkListEvent<T>
Struct containing event information about changes to a NetworkList.
NetworkSetEvent<T>
Struct containing event information about changes to a NetworkSet.
Enums
NetworkDictionaryEvent<TKey, TValue>.EventType
Enum representing the different operations available for triggering an event.
NetworkListEvent<T>.EventType
Enum representing the different operations available for triggering an event.
NetworkSetEvent<T>.EventType
Enum representing the different operations available for triggering an event.
Delegates
NetworkDictionary<TKey, TValue>.OnDictionaryChangedDelegate
Delegate type for dictionary changed event
NetworkList<T>.OnListChangedDelegate
Delegate type for list changed event
NetworkSet<T>.OnSetChangedDelegate
Delegate type for set changed event