nvidia::apex::OrientScaleAlongScreenVelocityModifier Class Reference
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. |
Detailed Description
OrientScaleAlongScreenVelocityModifier is a modifier to orient & scale sprites along the current screen velocity vector.
Member Function Documentation
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
Member Data Documentation
const ModifierTypeEnum nvidia::apex::OrientScaleAlongScreenVelocityModifier::ModifierType = ModifierType_OrientScaleAlongScreenVelocity [static] |
ModifierType.
const uint32_t nvidia::apex::OrientScaleAlongScreenVelocityModifier::ModifierUsage [static] |
Initial value:
ModifierUsage.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:59:03
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.