|
|
|
|
|
by skybrian
2365 days ago
|
|
Yes, ECS is usually about runtime changes in behavior. It also uses IDs rather than hard references, like in a database. Deleting an object makes references to it invalid, rather than references keeping objects alive like in a functional or object-oriented object graph. |
|
Nothing in the "Inheritance isn't Always the Best Tool for the Job" section talks about runtime changes in behavior.