Photon Fusion 2.1.1

NetworkBehaviour.ChangeDetector.Enumerator Struct Reference

Enumerator for the collection of changes detected in a NetworkBehaviour. More...

Public Member Functions

bool MoveNext ()
 Advances the enumerator to the next property in the array of changed properties.
void Reset ()
 Resets the enumerator to its initial state.

Properties

readonly string Current [get]
 Gets the current property name in the array of changed properties.

Detailed Description

Enumerator for the collection of changes detected in a NetworkBehaviour.

Member Function Documentation

◆ MoveNext()

bool MoveNext ( )

Advances the enumerator to the next property in the array of changed properties.

Returns
True if the enumerator was successfully advanced to the next property, false if the enumerator has passed the end of the array.