Version: 2017.4

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.