List of all members.
Public Member Functions
Detailed Description
A particle affector which applies gravity to particles.
Definition at line 16 of file IParticleGravityAffector.h.
Member Function Documentation
virtual const core::vector3df& irr::scene::IParticleGravityAffector::getGravity |
( |
|
) |
const [pure virtual] |
Get the direction and force of gravity.
virtual f32 irr::scene::IParticleGravityAffector::getTimeForceLost |
( |
|
) |
const [pure virtual] |
Get the time in milliseconds when the gravity force is totally lost.
virtual void irr::scene::IParticleGravityAffector::setGravity |
( |
const core::vector3df & |
gravity |
) |
[pure virtual] |
Set the direction and force of gravity in all 3 dimensions.
virtual void irr::scene::IParticleGravityAffector::setTimeForceLost |
( |
f32 |
timeForceLost |
) |
[pure virtual] |
Set the time in milliseconds when the gravity force is totally lost.
At that point the particle does not move any more.
The documentation for this class was generated from the following file: