Method SetupTestGraph
SetupTestGraph(CodeGenMode, Action<VSGraphModel>, Action<EntityManager, int, Entity>, Action<EntityManager, int, Entity>)
Declaration
protected void SetupTestGraph(EndToEndCodeGenBaseFixture.CodeGenMode mode, Action<VSGraphModel> setupGraph, Action<EntityManager, int, Entity> setup, Action<EntityManager, int, Entity> checkWorld)
Parameters
Type | Name | Description |
---|---|---|
EndToEndCodeGenBaseFixture.CodeGenMode | mode | |
Action<VSGraphModel> | setupGraph | |
Action<EntityManager, int, Entity> | setup | |
Action<EntityManager, int, Entity> | checkWorld |