133134135136137138139140141142143
{ // 1) remove it from list thisView.visibleAgents.remove(otherEntity); // 2) trigger a OnLostSight event trigger(new LostSightEvent(thisEntity, otherEntity)); } } } } }