Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 3.83 KB

EntityLinks_T_.md

File metadata and controls

41 lines (32 loc) · 3.83 KB

EntityLinks Struct

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