Photon Fusion 2.1.1

NetworkedWeavedDictionaryAttribute Class Reference

Attribute applied to a dictionary property by the weaver. More...

Public Member Functions

 NetworkedWeavedDictionaryAttribute (int capacity, int keyWordCount, int elementWordCount, Type keyReaderWriterType, Type valueReaderWriterType)

Properties

int Capacity [get]
 Capacity of the dictionary.
Type KeyReaderWriterType [get, set]
int KeyWordCount [get]
 Word count for the key.
Type ValueReaderWriterType [get, set]
int ValueWordCount [get]
 Word count for the value.

Detailed Description

Attribute applied to a dictionary property by the weaver.