#include <forceaction.h>
Inheritance diagram for ForceAction:
Public Member Functions | |
ForceAction (const std::string &predicate, salt::Vector3f force) | |
virtual | ~ForceAction () |
const salt::Vector3f & | GetForce () |
returns the stored force vector | |
Protected Attributes | |
salt::Vector3f | mForce |
the force to be applied by the ForceEffector |
Definition at line 28 of file forceaction.h.
|
Definition at line 31 of file forceaction.h. |
|
Definition at line 33 of file forceaction.h. |
|
returns the stored force vector
Definition at line 36 of file forceaction.h. References mForce. |
|
the force to be applied by the ForceEffector
Definition at line 40 of file forceaction.h. Referenced by GetForce(). |