public readonly struct EntityLinks :
System.Collections.Generic.IReadOnlyList<Friflo.Engine.ECS.EntityLink>,
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityLink>,
System.Collections.IEnumerable,
System.Collections.Generic.IReadOnlyCollection<Friflo.Engine.ECS.EntityLink>
Implements System.Collections.Generic.IReadOnlyList<EntityLink>, System.Collections.Generic.IEnumerable<EntityLink>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<EntityLink>
Properties | |
---|---|
Count | |
this[int] |
Methods | |
---|---|
Debug() | Return the entity ids as a string. E.g "{ 1, 3, 7 }" |
GetEnumerator() | |
ToString() |
Explicit Interface Implementations | |
---|---|
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityLink>.GetEnumerator() | |
System.Collections.IEnumerable.GetEnumerator() |