TargetPedestrian

---


Field: UNIQUE_ID_OFFSET [int]

Targets and TargetPedestrians share the same address space for ids! This can cause conflicts when the target potential is retrieved in "PotentialFieldTarget.getPotential()". "PotentialFieldTarget" stores potentials in a map. Therefore, use a fixed offset to discriminate Targets and TargetPedestrians.


Field: pedestrian [Pedestrian]

---


Field: isDeleted [boolean]

---