Vector2IIterator

An iterator over a sequence of values of type Vector2I

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract operator fun hasNext(): Boolean
Link copied to clipboard
operator override fun next(): Vector2I

Returns the next value in the sequence.

Link copied to clipboard
abstract fun nextVector2I(): Vector2I

Returns the next value in the sequence without boxing.