Photon Fusion 2.0.0

Public Attributes | Properties | List of all members
NetworkArrayReadOnly< T > Struct Template Reference

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

Public Attributes

readonly byte * _array
 
readonly int _length
 
readonly IElementReaderWriter< T > _readerWriter
 

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.