Prefab Drawer API Documentation
C#
C#
Show/Hide TOC
Monitored
Array
<
T
>
.
Reset Method
Sets the enumerator to its initial position, which is before the first element in the collection.
Definition
Namespace:
NorthLab.PrefabDrawer
Assembly:
NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
Copy
public
void
Reset
()
Implements
IEnumerator
.
Reset
()
Exceptions
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
MonitoredArray
<
T
>
Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Exceptions
See Also