cannon.js icon indicating copy to clipboard operation
cannon.js copied to clipboard

Getting no"beginContact" or "endContact" event

Open DavidHome opened this issue 6 years ago • 0 comments

world.addEventListener("beginContact", function (event) { log('beginContact event') }); world.addEventListener('endContact', function(info) { log('endContact event') })

can not get "beginContact" or "endContact" Event?

DavidHome avatar May 24 '18 08:05 DavidHome