Table of Contents

Struct EntityLinkEnumerator

Namespace
Frent.Systems
Assembly
Frent.dll

Enumerates every Entity on the far side of a link.

public ref struct EntityLinkEnumerator
Inherited Members

Remarks

Unlike the generic overloads, no linked entity is skipped since there are no components to filter on.

Properties

Current

The current linked Entity.

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 linked Entity in this enumeration.

public bool MoveNext()

Returns

bool

true when its possible to enumerate further, otherwise false.