OGRE  14.2
Object-Oriented Graphics Rendering Engine
Ogre::Bullet::CollisionListener Struct Referenceabstract

#include <OgreBullet.h>

Public Member Functions

virtual ~CollisionListener ()
 
virtual void contact (const MovableObject *other, const btManifoldPoint &manifoldPoint)=0
 Called when two objects collide. More...
 

Constructor & Destructor Documentation

◆ ~CollisionListener()

virtual Ogre::Bullet::CollisionListener::~CollisionListener ( )
inlinevirtual

Member Function Documentation

◆ contact()

virtual void Ogre::Bullet::CollisionListener::contact ( const MovableObject other,
const btManifoldPoint &  manifoldPoint 
)
pure virtual

Called when two objects collide.

Parameters
otherthe other object
manifoldPointthe collision point

The documentation for this struct was generated from the following file: