Photon Fusion 2.0.3

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

Attribute applied to an array property by the weaver. More...

Inherits Attribute.

Public Member Functions

 NetworkedWeavedArrayAttribute (int capacity, int elementWordCount, Type elementReaderWriter)
 

Properties

int Capacity [get]
 Array 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 an array property by the weaver.

Property Documentation

◆ Capacity

int Capacity
get

Array capacity.

◆ ElementReaderWriterType

Type ElementReaderWriterType
get

ReaderWriter type for the element.

◆ ElementWordCount

int ElementWordCount
get

Word count of each element.