Version: 2022.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.