Genbox / VelcroPhysics

High performance 2D collision detection system with realistic physics responses.
MIT License
662 stars 114 forks source link

BeginContact event issue #28

Closed yghtdnt closed 7 years ago

yghtdnt commented 7 years ago

I added BeginContact event to world. world.ContactManager.BeginContact += new BeginContactDelegate(OnBeginContact); And, return false on "OnBeginContact" method. On FarseerPhysics, I could disabled bodies contact to use this way. But now, I can't disable bodies contact at VelcroPhysics. How should I do this?

Genbox commented 7 years ago

This project is currently under development and everything is subject to change. If you need a stable physics engine, please download Farseer Physics Engine.