Physics System Prop Field Peer. More...
#include <deBasePhysicsPropField.h>
Public Member Functions | |
Constructors and Destructors | |
| deBasePhysicsPropField () | |
| Creates a new peer. | |
| virtual | ~deBasePhysicsPropField () |
| Cleans up the peer. | |
Management | |
| virtual void | PositionChanged () |
| Position changed. | |
| virtual void | TypeAdded (int index, dePropFieldType *type) |
| Type has been added. | |
| virtual void | TypeRemoved (int index, dePropFieldType *type) |
| Type has been removed. | |
| virtual void | AllTypesRemoved () |
| All types have been removed. | |
| virtual void | TypeChanged (int index, dePropFieldType *type) |
| Type changed. | |
| virtual void | InstancesChanged (int index, dePropFieldType *type) |
| Instances changed. | |
| virtual void | ProjectInstances (const dePropFieldGround &ground, const decVector &direction) |
| Project all instances to the given ground. | |
Physics System Prop Field Peer.
Peer for the prop field resource used by the physics system.
| deBasePhysicsPropField::deBasePhysicsPropField | ( | ) |
Creates a new peer.
| virtual deBasePhysicsPropField::~deBasePhysicsPropField | ( | ) | [virtual] |
Cleans up the peer.
| virtual void deBasePhysicsPropField::AllTypesRemoved | ( | ) | [virtual] |
All types have been removed.
| virtual void deBasePhysicsPropField::InstancesChanged | ( | int | index, |
| dePropFieldType * | type | ||
| ) | [virtual] |
Instances changed.
| virtual void deBasePhysicsPropField::PositionChanged | ( | ) | [virtual] |
Position changed.
| virtual void deBasePhysicsPropField::ProjectInstances | ( | const dePropFieldGround & | ground, |
| const decVector & | direction | ||
| ) | [virtual] |
Project all instances to the given ground.
| virtual void deBasePhysicsPropField::TypeAdded | ( | int | index, |
| dePropFieldType * | type | ||
| ) | [virtual] |
Type has been added.
| virtual void deBasePhysicsPropField::TypeChanged | ( | int | index, |
| dePropFieldType * | type | ||
| ) | [virtual] |
Type changed.
| virtual void deBasePhysicsPropField::TypeRemoved | ( | int | index, |
| dePropFieldType * | type | ||
| ) | [virtual] |
Type has been removed.
1.7.2