Skip to content

Commit

Permalink
Engine - add link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jan 31, 2024
1 parent 1557e5f commit 242fa5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ public static void AddSignalHandler()
As described in the intro queries are a fundamental feature of an ECS.
**Friflo.Engine.ECS** support queries by any combination of component types and tags.

See [ArchetypeQuery - API](https://github.com/friflo/Friflo.Engine-docs/blob/main/api/ArchetypeQuery.md) for available query filters.

```csharp
public static void EntityQueries()
{
Expand Down

0 comments on commit 242fa5b

Please sign in to comment.