Method SetupTestSystem
SetupTestSystem(Type, Func<EntityManager, Entity>, Action<Entity, EntityManager>)
Declaration
protected void SetupTestSystem(Type systemType, Func<EntityManager, Entity> setup, Action<Entity, EntityManager> checkWorld)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | systemType | |
| Func<EntityManager, Entity> | setup | |
| Action<Entity, EntityManager> | checkWorld |