Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertyCollection<TContainer>.Enumerator

An enumerator struct to enumerate all properties for the given TContainer.
Read time 1 minuteLast updated 12 days ago

Definition

public struct PropertyCollection<TContainer>.Enumerator : IEnumerator<IProperty<TContainer>>, IEnumerator, IDisposable

Properties

Property

Description

CurrentGets the element in the collection at the current position of the enumerator.

Methods

Method

Description

DisposeDisposes of the underlying enumerator.
MoveNextAdvances the enumerator to the next element of the collection.
ResetSets the enumerator to its initial position, which is before the first element in the collection.