Particle Effects (Emmiters, Affectors)
More...
Particle Effects (Emmiters, Affectors)
◆ doGet() [1/3]
String Ogre::DirectionRandomiserAffector::CmdRandomness::doGet |
( |
const void * |
target | ) |
const |
|
virtual |
◆ doSet() [1/3]
void Ogre::DirectionRandomiserAffector::CmdRandomness::doSet |
( |
void * |
target, |
|
|
const String & |
val |
|
) |
| |
|
virtual |
◆ doGet() [2/3]
String Ogre::DirectionRandomiserAffector::CmdScope::doGet |
( |
const void * |
target | ) |
const |
|
virtual |
◆ doSet() [2/3]
void Ogre::DirectionRandomiserAffector::CmdScope::doSet |
( |
void * |
target, |
|
|
const String & |
val |
|
) |
| |
|
virtual |
◆ doGet() [3/3]
String Ogre::DirectionRandomiserAffector::CmdKeepVelocity::doGet |
( |
const void * |
target | ) |
const |
|
virtual |
◆ doSet() [3/3]
void Ogre::DirectionRandomiserAffector::CmdKeepVelocity::doSet |
( |
void * |
target, |
|
|
const String & |
val |
|
) |
| |
|
virtual |
◆ DirectionRandomiserAffector()
Ogre::DirectionRandomiserAffector::DirectionRandomiserAffector |
( |
ParticleSystem * |
psys | ) |
|
◆ _affectParticles()
void Ogre::DirectionRandomiserAffector::_affectParticles |
( |
ParticleSystem * |
pSystem, |
|
|
Real |
timeElapsed |
|
) |
| |
|
virtual |
◆ setRandomness()
void Ogre::DirectionRandomiserAffector::setRandomness |
( |
Real |
force | ) |
|
Sets the randomness to apply to the particles in a system.
◆ setScope()
void Ogre::DirectionRandomiserAffector::setScope |
( |
Real |
force | ) |
|
Sets the scope (percentage of particles which are randomised).
◆ setKeepVelocity()
void Ogre::DirectionRandomiserAffector::setKeepVelocity |
( |
bool |
keepVelocity | ) |
|
Set flag which detemines whether particle speed is changed.
◆ getRandomness()
Real Ogre::DirectionRandomiserAffector::getRandomness |
( |
void |
| ) |
const |
Gets the randomness to apply to the particles in a system.
◆ getScope()
Real Ogre::DirectionRandomiserAffector::getScope |
( |
void |
| ) |
const |
Gets the scope (percentage of particles which are randomised).
◆ getKeepVelocity()
bool Ogre::DirectionRandomiserAffector::getKeepVelocity |
( |
void |
| ) |
const |
Gets flag which detemines whether particle speed is changed.
◆ msRandomnessCmd
◆ msScopeCmd
CmdScope Ogre::DirectionRandomiserAffector::msScopeCmd |
|
static |
◆ msKeepVelocityCmd