Goodluck / API Reference

Collide

The Collide component allows detecting AABB collisions between entities.

When used together with RigidBody, collisions are processed by sys_physics_resolve to respond to the physics simulation.

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