Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.71 KB

RelationExtensions.EntityRelations_TRelation_(thisEntityStore).md

File metadata and controls

24 lines (16 loc) · 1.71 KB

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>