RotationRateVsLifeModifier is a modifier to adjust the rotation rate versus the life remaining of a particular particle. More...
#include <Modifier.h>
Public Member Functions | |
virtual const Curve * | getFunction () const =0 |
get the curve that sets the dependency between the life remaining and the rotation rate | |
virtual void | setFunction (const Curve *f)=0 |
set the curve that sets the dependency between the life remaining and the rotation rate | |
Static Public Attributes | |
static const ModifierTypeEnum | ModifierType = ModifierType_RotationRateVsLife |
ModifierType. | |
static const uint32_t | ModifierUsage |
ModifierUsage. |
RotationRateVsLifeModifier is a modifier to adjust the rotation rate versus the life remaining of a particular particle.
virtual const Curve* nvidia::apex::RotationRateVsLifeModifier::getFunction | ( | ) | const [pure virtual] |
get the curve that sets the dependency between the life remaining and the rotation rate
virtual void nvidia::apex::RotationRateVsLifeModifier::setFunction | ( | const Curve * | f | ) | [pure virtual] |
set the curve that sets the dependency between the life remaining and the rotation rate
const ModifierTypeEnum nvidia::apex::RotationRateVsLifeModifier::ModifierType = ModifierType_RotationRateVsLife [static] |
ModifierType.
const uint32_t nvidia::apex::RotationRateVsLifeModifier::ModifierUsage [static] |
ModifierUsage.