SubtextureVsLifeModifier is a modifier to adjust the subtexture id versus the life remaining of a particular particle. More...
#include <Modifier.h>
Inheritance diagram for nvidia::apex::SubtextureVsLifeModifier:Public Member Functions | |
| virtual const Curve * | getFunction () const =0 |
| get the curve that sets the dependency between the life remaining and the subtexture id | |
| virtual void | setFunction (const Curve *f)=0 |
| set the curve that sets the dependency between the life remaining and the subtexture id | |
Static Public Attributes | |
| static const ModifierTypeEnum | ModifierType = ModifierType_SubtextureVsLife |
| ModifierType. | |
| static const uint32_t | ModifierUsage |
| ModifierUsage. | |
SubtextureVsLifeModifier is a modifier to adjust the subtexture id versus the life remaining of a particular particle.
Interpretation of the subtexture id over time is up to the application.
| virtual const Curve* nvidia::apex::SubtextureVsLifeModifier::getFunction | ( | ) | const [pure virtual] |
get the curve that sets the dependency between the life remaining and the subtexture id
| virtual void nvidia::apex::SubtextureVsLifeModifier::setFunction | ( | const Curve * | f | ) | [pure virtual] |
set the curve that sets the dependency between the life remaining and the subtexture id
const ModifierTypeEnum nvidia::apex::SubtextureVsLifeModifier::ModifierType = ModifierType_SubtextureVsLife [static] |
ModifierType.
const uint32_t nvidia::apex::SubtextureVsLifeModifier::ModifierUsage [static] |
ModifierUsage.