This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @tool | |
| extends EditorScript | |
| class Rect2iIterator: | |
| var _begin: Vector2i | |
| var _current: Vector2i | |
| var _rect: Rect2i | |
| static func from_vector2(vector2: Vector2i) -> Rect2iIterator: |