An iterator that allows you to iterate over all positions within the BoundsInt.
| Property | Description | 
|---|---|
| Current | Current position of the enumerator. | 
| Method | Description | 
|---|---|
| GetEnumerator | Returns this as an iterator that allows you to iterate over all positions within the BoundsInt. | 
| MoveNext | Moves the enumerator to the next position. | 
| Reset | Resets this enumerator to its starting state. |