PositionEnumerator

struct in UnityEngine

매뉴얼로 전환

설명

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

변수

CurrentCurrent position of the enumerator.

Public 함수

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