IndexExtensions.LinkComponentIndex_TLinkComponent_(thisEntityStore).md
December 3, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.IndexExtensions
IndexExtensions.LinkComponentIndex(this EntityStore) Method
Returns the index for link components to search entities with a specific entity in O(1).
Executes in O(1).
public static Friflo.Engine.ECS.LinkComponentIndex<TLinkComponent> LinkComponentIndex<TLinkComponent>(this Friflo.Engine.ECS.EntityStore store)
where TLinkComponent : struct, Friflo.Engine.ECS.ILinkComponent, System.ValueType, System.ValueType;
Type parameters
TLinkComponent
Parameters
store EntityStore