@prototwin/zone-deleter

1.0.0PublicPublished 10 months ago

Deletes any entities that intersect the detection zone once the number of detected entities equals or exceeds the threshold.

Latest Version: 1.0.0

Size: 1 KB

Publisher: ProtoTwin (contact@prototwin.com)

README.md

Zone Deleter

The ZoneDeleter component deletes any entities that intersect the bounding box of the attached entity, once the number of detected entities is greater than or equal to the count threshold. This component should be used instead of the deleter component if you want to delete multiple entities at the same time, instead of deleting an entity the moment it is detected.

Properties

  • Threshold: The count threshold to compare against the number of detected entities.

Changelog

1.0.0

Initial release.