Public Member Functions | Protected Member Functions
nvidia::apex::NoiseFSActor Class Reference

JetFS Actor class. More...

#include <NoiseFSActor.h>

List of all members.

Public Member Functions

virtual BasicFSAssetgetNoiseFSAsset () 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 ()

Detailed Description

JetFS Actor class.


Constructor & Destructor Documentation

virtual nvidia::apex::NoiseFSActor::~NoiseFSActor ( ) [inline, protected, virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Tue Aug 1 2017 22:43:51

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.