Table of Contents

Struct EntityEnumerator

Namespace
Frent.Systems
Assembly
Frent.dll

Enumerator over a set of Entity instances.

public ref struct EntityEnumerator
Inherited Members

Properties

Current

The current Entity instance.

public Entity Current { get; }

Property Value

Entity

Methods

MoveNext()

Moves to the next Entity instance.

public bool MoveNext()

Returns

bool

true when its possible to enumerate further, otherwise false.