Photon Fusion
2.0.9
A utility structure for initializing NetworkDictionary with inline initialization. More...
Static Public Member Functions | |
| static implicit | operator NetworkDictionary< K, V > (DictionaryInitializer< K, V > arr) |
| Implicitly converts a DictionaryInitializer to a NetworkDictionary. More... | |
A utility structure for initializing NetworkDictionary with inline initialization.
| K | The type of the keys in the NetworkDictionary. |
| V | The type of the values in the NetworkDictionary. |
|
static |
Implicitly converts a DictionaryInitializer to a NetworkDictionary.
| arr | The DictionaryInitializer to convert. |
| System.NotImplementedException | Thrown always as this method is meant to be used only for [Networked] properties inline initialization. |