public readonly struct EntityLinks<T> :
System.Collections.Generic.IReadOnlyList<Friflo.Engine.ECS.EntityLink<T>>,
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityLink<T>>,
System.Collections.IEnumerable,
System.Collections.Generic.IReadOnlyCollection<Friflo.Engine.ECS.EntityLink<T>>
where T : struct, System.ValueType, System.ValueType
T
Implements System.Collections.Generic.IReadOnlyList<Friflo.Engine.ECS.EntityLink<T>>, System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityLink<T>>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<Friflo.Engine.ECS.EntityLink<T>>
Fields | |
---|---|
Entities |
Properties | |
---|---|
Count | |
Store | |
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<T>>.GetEnumerator() | |
System.Collections.IEnumerable.GetEnumerator() |