Scripting Module Touch Sensor Peer. More...
#include <deBaseScriptingTouchSensor.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseScriptingTouchSensor () | |
| Creates a new peer. | |
| virtual | ~deBaseScriptingTouchSensor () |
| Cleans up the peer. | |
Notifications | |
| virtual void | ColliderEnteredShape (int shape, deCollider *collider) |
| A collider entered a sensor shape. | |
| virtual void | ColliderLeftShape (int shape, deCollider *collider) |
| A collider left a sensor shape. | |
Scripting Module Touch Sensor Peer.
Touch sensor peer for the scripting module.
| deBaseScriptingTouchSensor::deBaseScriptingTouchSensor | ( | ) |
Creates a new peer.
| virtual deBaseScriptingTouchSensor::~deBaseScriptingTouchSensor | ( | ) | [virtual] |
Cleans up the peer.
| virtual void deBaseScriptingTouchSensor::ColliderEnteredShape | ( | int | shape, |
| deCollider * | collider | ||
| ) | [virtual] |
A collider entered a sensor shape.
| shape | Index of the shape the collider entered. |
| collider | Collider entering the shape. |
| virtual void deBaseScriptingTouchSensor::ColliderLeftShape | ( | int | shape, |
| deCollider * | collider | ||
| ) | [virtual] |
A collider left a sensor shape.
| shape | Index of the shape the collider left. |
| collider | Collider entering the shape. |
1.7.2