CollisionEvents
object CollisionEvents
Provides events triggered when collisions occur between entities.
Note: The collision detection system operates with a precision of 0.001 meters (1 millimeter). When the distance between the surfaces of two colliders is less than this threshold, the colliders are considered to be in contact.
For more information on subscribing to scene events, refer to com.pico.spatial.core.ecs.Scene.subscribe or com.pico.spatial.core.container.SpatialViewContent.subscribe.