Photon Fusion 2.0.0

Properties | List of all members
INetworkArray Interface Reference

Defines the interface for a networked array. More...

Inherits IEnumerable.

Inherited by NetworkArray< T >.

Properties

object this[int index] [get, set]
 Gets or sets the element at the specified index.
 

Detailed Description

Defines the interface for a networked array.

Property Documentation

◆ this[int index]

object this[int index]
getset

Gets or sets the element at the specified index.

Parameters
indexThe zero-based index of the element to get or set.

Implemented in NetworkArray< T >, and NetworkArray< T >.