Prefab Drawer API Documentation
C#
Show/Hide TOC
Monitored
Array
T
Get
Enumerator Method
Returns an enumerator that iterates through a collection.
Definition
Namespace:
NorthLab.PrefabDrawer
Assembly:
NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
Copy
public
IEnumerator
GetEnumerator
()
Return Value
IEnumerator
An
IEnumerator
object that can be used to iterate through the collection.
Implements
IEnumerable
GetEnumerator
See Also
Reference
MonitoredArray
T
Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Return Value
Implements
See Also