Version: 2017.2

PositionEnumerator

struct in UnityEngine

Cambiar al Manual

Descripción

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

Variables

CurrentCurrent position of the enumerator.

Funciones Públicas

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.