OrientScaleAlongScreenVelocityModifier is a modifier to orient & scale sprites along the current screen velocity vector. More...
#include <Modifier.h>
Inheritance diagram for nvidia::apex::OrientScaleAlongScreenVelocityModifier:Public Member Functions | |
| virtual float | getScalePerVelocity () const =0 |
| get the scale per velocity | |
| virtual void | setScalePerVelocity (const float &s)=0 |
| set the scale per velocity | |
| virtual float | getScaleChangeLimit () const =0 |
| get the scale change limit | |
| virtual void | setScaleChangeLimit (const float &s)=0 |
| set the scale change limit | |
| virtual float | getScaleChangeDelay () const =0 |
| get the scale change delay | |
| virtual void | setScaleChangeDelay (const float &s)=0 |
| set the scale change delay | |
Static Public Attributes | |
| static const ModifierTypeEnum | ModifierType = ModifierType_OrientScaleAlongScreenVelocity |
| ModifierType. | |
| static const uint32_t | ModifierUsage |
| ModifierUsage. | |
OrientScaleAlongScreenVelocityModifier is a modifier to orient & scale sprites along the current screen velocity vector.
| virtual float nvidia::apex::OrientScaleAlongScreenVelocityModifier::getScaleChangeDelay | ( | ) | const [pure virtual] |
get the scale change delay
| virtual float nvidia::apex::OrientScaleAlongScreenVelocityModifier::getScaleChangeLimit | ( | ) | const [pure virtual] |
get the scale change limit
| virtual float nvidia::apex::OrientScaleAlongScreenVelocityModifier::getScalePerVelocity | ( | ) | const [pure virtual] |
get the scale per velocity
| virtual void nvidia::apex::OrientScaleAlongScreenVelocityModifier::setScaleChangeDelay | ( | const float & | s | ) | [pure virtual] |
set the scale change delay
| virtual void nvidia::apex::OrientScaleAlongScreenVelocityModifier::setScaleChangeLimit | ( | const float & | s | ) | [pure virtual] |
set the scale change limit
| virtual void nvidia::apex::OrientScaleAlongScreenVelocityModifier::setScalePerVelocity | ( | const float & | s | ) | [pure virtual] |
set the scale per velocity
const ModifierTypeEnum nvidia::apex::OrientScaleAlongScreenVelocityModifier::ModifierType = ModifierType_OrientScaleAlongScreenVelocity [static] |
ModifierType.
const uint32_t nvidia::apex::OrientScaleAlongScreenVelocityModifier::ModifierUsage [static] |
ModifierUsage.