Enumerator

struct in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule

Description

An enumerator struct to enumerate all properties for the given TContainer.

Properties

Current Gets the element in the collection at the current position of the enumerator.

Public Methods

Dispose Disposes of the underlying enumerator.
MoveNext Advances the enumerator to the next element of the collection.
Reset Sets the enumerator to its initial position, which is before the first element in the collection.

Did you find this page useful? Please give it a rating: