World.Enumerator.MoveNext().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.World.Enumerator

World.Enumerator.MoveNext() Method

Advances the enumerator to the next Entity of the World.

public bool MoveNext();

Implements MoveNext()

Returns

System.Boolean
true if the enumerator was successfully advanced to the next Entity; false if the enumerator has passed the end of the collection.

Contents

  1. 0.1DefaultEcs.World.Enumerator
  2. 1World.Enumerator.MoveNext() Method