Drag[en]gine Game Engine  1.21
deBasePhysicsPropField Class Reference

Physics System Prop Field Peer. More...

#include <deBasePhysicsPropField.h>

Public Member Functions

Constructors and Destructors
 deBasePhysicsPropField ()
 Create new peer. More...
 
virtual ~deBasePhysicsPropField ()
 Clean up peer. More...
 
Management
virtual void PositionChanged ()
 Position changed. More...
 
virtual void TypeAdded (int index, dePropFieldType *type)
 Type has been added. More...
 
virtual void TypeRemoved (int index, dePropFieldType *type)
 Type has been removed. More...
 
virtual void AllTypesRemoved ()
 All types have been removed. More...
 
virtual void TypeChanged (int index, dePropFieldType *type)
 Type changed. More...
 
virtual void InstancesChanged (int index, dePropFieldType *type)
 Instances changed. More...
 
virtual void ProjectInstances (const dePropFieldGround &ground, const decVector &direction)
 Project all instances to the given ground. More...
 

Detailed Description

Physics System Prop Field Peer.

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

Constructor & Destructor Documentation

◆ deBasePhysicsPropField()

deBasePhysicsPropField::deBasePhysicsPropField ( )

Create new peer.

◆ ~deBasePhysicsPropField()

virtual deBasePhysicsPropField::~deBasePhysicsPropField ( )
virtual

Clean up peer.

Member Function Documentation

◆ AllTypesRemoved()

virtual void deBasePhysicsPropField::AllTypesRemoved ( )
virtual

All types have been removed.

◆ InstancesChanged()

virtual void deBasePhysicsPropField::InstancesChanged ( int  index,
dePropFieldType type 
)
virtual

Instances changed.

◆ PositionChanged()

virtual void deBasePhysicsPropField::PositionChanged ( )
virtual

Position changed.

◆ ProjectInstances()

virtual void deBasePhysicsPropField::ProjectInstances ( const dePropFieldGround ground,
const decVector direction 
)
virtual

Project all instances to the given ground.

◆ TypeAdded()

virtual void deBasePhysicsPropField::TypeAdded ( int  index,
dePropFieldType type 
)
virtual

Type has been added.

◆ TypeChanged()

virtual void deBasePhysicsPropField::TypeChanged ( int  index,
dePropFieldType type 
)
virtual

Type changed.

◆ TypeRemoved()

virtual void deBasePhysicsPropField::TypeRemoved ( int  index,
dePropFieldType type 
)
virtual

Type has been removed.


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