#include <PhysicsParticleObject.h>
Public Member Functions | |
| PhysicsParticleInfo (PhysicsParticleType type, unsigned int playerId, void *data) | |
Public Attributes | |
| PhysicsParticleType | type_ |
| unsigned int | playerId_ |
| void * | data_ |
Definition at line 37 of file PhysicsParticleObject.h.
| PhysicsParticleInfo::PhysicsParticleInfo | ( | PhysicsParticleType | type, | |
| unsigned int | playerId, | |||
| void * | data | |||
| ) | [inline] |
Definition at line 39 of file PhysicsParticleObject.h.
Definition at line 49 of file PhysicsParticleObject.h.
Referenced by PhysicsParticleObject::checkCollision(), and PhysicsParticleObject::getTargetBounceCollision().
| unsigned int PhysicsParticleInfo::playerId_ |
Definition at line 50 of file PhysicsParticleObject.h.
Referenced by PhysicsParticleObject::getShieldCollision(), and PhysicsParticleObject::getTargetCollision().
Definition at line 51 of file PhysicsParticleObject.h.
Referenced by PhysicsParticleActionObject::bounceShieldHit(), and PhysicsParticleActionObject::shotShieldHit().
1.5.3