Version: 2023.2
言語: 日本語

PositionEnumerator

struct in UnityEngine

マニュアルに切り替える

説明

An iterator that allows you to iterate over all positions within the RectInt.

変数

CurrentCurrent position of the enumerator.

Public 関数

GetEnumeratorReturns this as an iterator that allows you to iterate over all positions within the RectInt.
MoveNextMoves the enumerator to the next position.
ResetResets this enumerator to its starting state.