Photon Fusion 2.0.9

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

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

Inherits Attribute.

Public Member Functions

 NetworkedWeavedLinkedListAttribute (int capacity, int elementWordCount, Type elementReaderWriterType)
 

Properties

int Capacity [get]
 List capacity. More...
 
Type ElementReaderWriterType [get]
 ReaderWriter type for the element. More...
 
int ElementWordCount [get]
 Word count of each element. More...
 

Detailed Description

Attribute applied to a list property by the weaver.

Property Documentation

◆ Capacity

int Capacity
get

List capacity.

◆ ElementReaderWriterType

Type ElementReaderWriterType
get

ReaderWriter type for the element.

◆ ElementWordCount

int ElementWordCount
get

Word count of each element.