Provides a reader for network dictionaries with keys of type K and values of type V. More...
Public Member Functions | |
NetworkDictionaryReadOnly< K, V > | Read (NetworkBehaviourBuffer first) |
Reads a network dictionary from the provided network behaviour buffer. More... | |
Provides a reader for network dictionaries with keys of type K and values of type V.
K | The type of keys in the network dictionary. |
V | The type of values in the network dictionary. |
NetworkDictionaryReadOnly<K, V> Read | ( | NetworkBehaviourBuffer | first | ) |
Reads a network dictionary from the provided network behaviour buffer.
first | The network behaviour buffer to read the network dictionary from. |