Version: 2020.1
언어: 한국어

PositionEnumerator

struct in UnityEngine

매뉴얼로 전환

설명

A struct that iterates through all positions in 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.