Photon Fusion 2.0.3

Public Member Functions | Properties | List of all members
NetworkedWeavedDictionaryAttribute Class Reference

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

Inherits Attribute.

Public Member Functions

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

Properties

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

Detailed Description

Attribute applied to a dictionary property by the weaver.

Property Documentation

◆ Capacity

int Capacity
get

Capacity of the dictionary.

◆ KeyWordCount

int KeyWordCount
get

Word count for the key.

◆ ValueWordCount

int ValueWordCount
get

Word count for the value.