GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.22k stars 67 forks source link

Add PipelineCommands databag. #265

Closed AndreaCatania closed 3 years ago

AndreaCatania commented 3 years ago

With this databag is possible to deactivate a System from another System.

This feature is useful, when you need to avoid propagete the changed notification to a specific System, during the execution of another system.