PositionEnumerator

struct in UnityEngine

Switch to Manual

Description

迭代器,用于遍历 BoundsInt 中的所有位置。

Variables

Current该枚举器的当前位置。

Public Functions

GetEnumerator返回可遍历 BoundsInt 中所有位置的迭代器。
MoveNext将该枚举器移至下一个位置。
Reset将该枚举器重置为其开始状态。