An iterator that allows you to iterate over all positions within the RectInt.
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 RectInt. |
MoveNext | Moves the enumerator to the next position. |
Reset | Resets this enumerator to its starting state. |