deBasePhysicsPropField Class Reference

Physics System Prop Field Peer. More...

#include <deBasePhysicsPropField.h>

List of all members.

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.

Detailed Description

Physics System Prop Field Peer.

Peer for the prop field resource used by the physics system.

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

Constructor & Destructor Documentation

deBasePhysicsPropField::deBasePhysicsPropField (  )

Creates a new peer.

virtual deBasePhysicsPropField::~deBasePhysicsPropField (  ) [virtual]

Cleans up the peer.


Member Function Documentation

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.


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