Saved Bookmarks
| 1. |
Write set of points from -8 to -2 excluding -4 and -2 |
|
Answer» Step-by-step explanation: A COMMON ECS pattern is for a system to read ONE set of INPUT components and write to another component as its output. HOWEVER, in some cases, you may want to override the output of a system and update the output component using a different system based on a different set of inputs. Write GROUPS provide a mechanism for one system to override another, even when you cannot change the other system. |
|