mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
implemented aspect filtering builder
This commit is contained in:
@@ -7,6 +7,7 @@ namespace MonoGame.Extended.Entities
|
||||
public class EntityManager : UpdateSystem
|
||||
{
|
||||
public EntityManager(ComponentManager componentManager)
|
||||
: base(Aspect.All())
|
||||
{
|
||||
_componentManager = componentManager;
|
||||
Entities = new Bag<Entity>(128);
|
||||
|
||||
Reference in New Issue
Block a user