Table of Contents

Struct EntityQueryEnumerator

Namespace
Frent.Systems
Assembly
Frent.dll

An enumerator that can be used to enumerate all Entity instances in a Frent.Systems.Query.

public ref struct EntityQueryEnumerator
Inherited Members

Properties

Current

The current Entity instance.

public Entity Current { get; }

Property Value

Entity

Methods

Dispose()

Indicates to the world that this enumeration is finished; the world might allow structual changes after this.

public void Dispose()

MoveNext()

Moves to the next entity.

public bool MoveNext()

Returns

bool

true when its possible to enumerate further, otherwise false.