entity.CollisionInformation.Events.InitialCollisionDetected += new InitialCollisionDetectedEventHandler<EntityCollidable>(Events_InitialCollisionDetected);
then I can't hook it up to a method as both the 'CollisionEntry' and 'EntityCollisionInformation' classes can't be found?
I searched the source but couldn't find them in there either. Where have I gone wrong?
It looks like the v0.15.0.33 (release version) .chm and binaries have the correct xml comments at a glance. The latest binaries are on the downloads page on Codeplex (bepuphysics.codeplex.com), and the .chm is on the documentation tab. Visual studio might also be just looking at some old xml docs, rebuilding the project might force it to look again or something.