RelationExtensions.EntityRelations_TRelation_(thisEntityStore).md

December 3, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.RelationExtensions

RelationExtensions.EntityRelations(this EntityStore) Method

Return the storage for all entity relations of the specified TRelation type.

public static Friflo.Engine.ECS.EntityRelations<TRelation> EntityRelations<TRelation>(this Friflo.Engine.ECS.EntityStore store)
    where TRelation : struct, Friflo.Engine.ECS.IRelation, System.ValueType, System.ValueType;

Type parameters

TRelation

Parameters

store EntityStore

Returns

Friflo.Engine.ECS.EntityRelations<TRelation>