EntityLinks_T_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

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

Type parameters

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