bool
EnhancedCcd
{
get;
set;
}
Summary
Enable enhanced continuous collision detection (CCD) for this body.
When enabled, the body performs CCD against dynamic bodies
(but not against other bodies with enhanced CCD enabled).
This is useful for fast-moving objects like bullets or rockets
that need reliable collision detection.