Struct EntityLinkEnumerator
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
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()