Skip to content

How to use EnginesGroups with FasterList properly #113

Answered by sebas77
kcze asked this question in Q&A
Discussion options

You must be logged in to vote

To answer properly this question first you need to remember that Svelto.ECS doesn't have any ticking system like other ECS framework may do. It's 100% on the final user to tick the "engines" and to submit the entities. the API is designed in such a way that you have complete control on when these things happens during a frame.

all that said EnginesGroup is then just a tool the framework provides to facilitate the task to organise group of engines that must tick sequentially or in order. This tool is totally optional, you don't need to use it, you can as well write your own way to tick IEngines.

however if you use it, then you need to implement IStepEngines because the groups expect the "S…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kcze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
FAQ Svelto FAQs
2 participants