@prototwin/manual-deleter

1.0.1PublicPublished 14 days ago

Deletes any entities that intersect the detection geometry when manually triggered.

Latest Version: 1.0.1

Size: 2 KB

Publisher: ProtoTwin (contact@prototwin.com)

README.md

Manual Deleter

The ManualDeleter component deletes any entities that intersect the detection geometry of the attached entity when manually triggered. Use this component instead of the deleter component if you want to trigger entity deletion manually, either by using direct IO connections or through the inspector UI.

Properties

  • IO: The IO signals provided by the manual deleter.
  • Active: Deletes any entities that intersect the detection geometry on a rising edge.
  • Geometry: The geometry for the detection zone.
  • Layer: The collision layer for the detection zone.
  • Kinematics: Whether entities with kinematic physics bodies should be detected and deleted.

Changelog

1.0.0

Initial release.

1.0.1

Fixed an error in v1.2 with an update to the physics layers API.