NoAllocBitArrayEnumerator
1 min read • 55 wordsnamespace InitialPrefabs.Collections
A stack only enumerator to iterate through the NoAllocBitArray.
bool MoveNext()
Increments the iterator.
bool - True, until the iterator reaches the end of the NoAllocBitArray.
void Reset()
Resets the enumerator back to the beginning.
Go back to API Home