Goodluck / API Reference

Collide2D

The Collide2D component allows detecting AABB collisions between entities.

When used together with RigidBody2D, collisions are processed by sys_physics2d_resolve to respond to the physics simulation.

When used together with Trigger, collisions can trigger arbitrary logic through Actions.