JetFS Actor class. More...
#include <NoiseFSActor.h>
Public Member Functions | |
| virtual BasicFSAsset * | getNoiseFSAsset () const =0 |
| Returns the asset the instance has been created from. | |
| virtual PxMat44 | getCurrentPose () const =0 |
| Gets the current pose of the actor. | |
| virtual void | setCurrentPose (const PxTransform &pose)=0 |
| Sets the current pose of the actor. | |
| virtual PxVec3 | getCurrentPosition () const =0 |
| Gets the current position of the actor. | |
| virtual void | setCurrentPosition (const PxVec3 &pos)=0 |
| Sets the current position of the actor. | |
| virtual float | getCurrentScale () const =0 |
| Gets the current scale of the actor. | |
| virtual void | setCurrentScale (const float &scale)=0 |
| Sets the current scale of the actor. | |
| virtual void | setNoiseStrength (float)=0 |
| Sets the noise strength. | |
| virtual void | setEnabled (bool isEnabled)=0 |
| Enable/Disable the field simulation. | |
Protected Member Functions | |
| virtual | ~NoiseFSActor () |
JetFS Actor class.
| virtual nvidia::apex::NoiseFSActor::~NoiseFSActor | ( | ) | [inline, protected, virtual] |
| virtual PxMat44 nvidia::apex::NoiseFSActor::getCurrentPose | ( | ) | const [pure virtual] |
Gets the current pose of the actor.
| virtual PxVec3 nvidia::apex::NoiseFSActor::getCurrentPosition | ( | ) | const [pure virtual] |
Gets the current position of the actor.
| virtual float nvidia::apex::NoiseFSActor::getCurrentScale | ( | ) | const [pure virtual] |
Gets the current scale of the actor.
| virtual BasicFSAsset* nvidia::apex::NoiseFSActor::getNoiseFSAsset | ( | ) | const [pure virtual] |
Returns the asset the instance has been created from.
| virtual void nvidia::apex::NoiseFSActor::setCurrentPose | ( | const PxTransform & | pose | ) | [pure virtual] |
Sets the current pose of the actor.
| virtual void nvidia::apex::NoiseFSActor::setCurrentPosition | ( | const PxVec3 & | pos | ) | [pure virtual] |
Sets the current position of the actor.
| virtual void nvidia::apex::NoiseFSActor::setCurrentScale | ( | const float & | scale | ) | [pure virtual] |
Sets the current scale of the actor.
| virtual void nvidia::apex::NoiseFSActor::setEnabled | ( | bool | isEnabled | ) | [pure virtual] |
Enable/Disable the field simulation.
| virtual void nvidia::apex::NoiseFSActor::setNoiseStrength | ( | float | ) | [pure virtual] |
Sets the noise strength.