Photon Fusion 2.1.1

NetworkArrayReadOnly< T > Struct Template Reference

Provides a read-only view of a network array. More...

Properties

int Length [get]
 The fixed size of the array.
this[int index] [get]
 Indexer of array elements.

Detailed Description

Provides a read-only view of a network array.

Template Parameters
TThe type of the elements.