Namespaces | |
---|---|
Friflo.Engine.ECS | Contains types and methods to query, add, remove or change Entity's in an EntityStore. |
Friflo.Engine.ECS.Collections | Contains types to enable data binding for common .NET applications. |
Friflo.Engine.ECS.Index | Enables search for indexed component values in O(1) for types: string, int, enum, float, Guid, DateTime, ... . Support efficient entity relationships like entity links (foreign keys) and back links (JOIN's). |
Friflo.Engine.ECS.Serialize | Contains types and methods to serialize / deserialize Entity's as JSON. |
Friflo.Engine.ECS.Systems | Used to organize and execute a set of systems within a SystemRoot. |
Friflo.Engine.ECS.Utils | Utility types and methods typically used by generic libraries. |