Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEnumerator()

Returns an enumerator for all variables in this group.
Read time 1 minuteLast updated 12 days ago

Definition

public IEnumerator GetEnumerator()

Returns

Type

Description

IEnumeratorThe enumerator that can be used to iterate through all the variables.