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.