deBaseScriptingTouchSensor Class Reference

Scripting Module Touch Sensor Peer. More...

#include <deBaseScriptingTouchSensor.h>

List of all members.

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.

Detailed Description

Scripting Module Touch Sensor Peer.

Touch sensor peer for the scripting module.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deBaseScriptingTouchSensor::deBaseScriptingTouchSensor (  )

Creates a new peer.

virtual deBaseScriptingTouchSensor::~deBaseScriptingTouchSensor (  ) [virtual]

Cleans up the peer.


Member Function Documentation

virtual void deBaseScriptingTouchSensor::ColliderEnteredShape ( int  shape,
deCollider collider 
) [virtual]

A collider entered a sensor shape.

Parameters:
shapeIndex of the shape the collider entered.
colliderCollider entering the shape.
virtual void deBaseScriptingTouchSensor::ColliderLeftShape ( int  shape,
deCollider collider 
) [virtual]

A collider left a sensor shape.

Parameters:
shapeIndex of the shape the collider left.
colliderCollider entering the shape.

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