EntityTypeIterator Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

Implements

An iterator that loops through available entity types.

Methods

[Symbol.iterator]

[Symbol.iterator](): Iterator<EntityType>

Returns Iterator<EntityType>

Important

This function can't be called in read-only mode.

next

next(): IteratorResult<EntityType>

Returns IteratorResult<EntityType>

Important

This function can't be called in read-only mode.