#include <NxModifier.h>
List of all members.
Public Member Functions |
| virtual const NxCurve * | getFunction () const =0 |
| | get the curve that sets the dependency between the life remaining and the rotation rate
|
| virtual void | setFunction (const NxCurve *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 |
| static const physx::PxU32 | ModifierUsage |
Detailed Description
NxRotationRateVsLifeModifier is a modifier to adjust the rotation rate versus the life remaining of a particular particle.
Member Function Documentation
| virtual const NxCurve* physx::apex::NxRotationRateVsLifeModifier::getFunction |
( |
| ) |
const [pure virtual] |
get the curve that sets the dependency between the life remaining and the rotation rate
| virtual void physx::apex::NxRotationRateVsLifeModifier::setFunction |
( |
const NxCurve * |
f | ) |
[pure virtual] |
set the curve that sets the dependency between the life remaining and the rotation rate
Member Data Documentation
The documentation for this class was generated from the following file: