Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StylePropertyNameCollection.Enumerator

Enumerates the elements of a StylePropertyNameCollection.
Read time 1 minuteLast updated 12 days ago

Definition

public struct StylePropertyNameCollection.Enumerator : IEnumerator<StylePropertyName>, IEnumerator, IDisposable

Properties

Property

Description

CurrentGets the element at the current position of the enumerator.

Methods

Method

Description

DisposeReleases all resources used by the StylePropertyNameCollection enumerator.
MoveNextAdvances the enumerator to the next element of the StylePropertyNameCollection.