Foundation - ECS World lifecycle #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
at minimum the ECS world needs steps of
PreSystems,Systems,PostSystems. So for example enables for entitites can be donePostSystemsstep.I do think there should be a public facing
Stepfunction, which will step the ECS by 1 cycle.Foundation - ECS World stepsto Foundation - ECS World lifecycle3fc4f3ec84