teresimio123 Posted February 19, 2020 Share Posted February 19, 2020 Hi, I have several sources that create the same container entity, yet every container entity created carries out different tasks throughout the model. I would like to change properties of specific container entities, for example, each time the container entity in "lane 1" gets filled, it changes the speed of that container entity (not of all the population of container entities). How can I do this? Thank you!!! Link to comment Share on other sites More sharing options...
GFurtado Posted February 24, 2020 Share Posted February 24, 2020 Each ContainerEntity has its own ContainerEntity.DesiredSpeed. You can assign a new value to it whenever you like. Link to comment Share on other sites More sharing options...
Recommended Posts