#include <SimpleDriveMethod.h>
Inheritance diagram for gator::SimpleDriveMethod:
Public Methods | |
SimpleDriveMethod () | |
virtual void | digitalInput (unsigned int id, EdgeState value) |
call this with the id that you want to trigger. More... | |
virtual void | analogInput (unsigned int id, float value) |
call this with the id that you want to trigger. More... | |
virtual void | xformInput (unsigned int id, const gmtl::Matrix44f &value) |
call this with the id that you want to trigger. More... |
Definition at line 24 of file SimpleDriveMethod.h.
|
Definition at line 27 of file SimpleDriveMethod.h. References gator::TravelMethod::mAvatar, gator::SimpleFlyMethod::mCollider, gator::SimpleFlyMethod::mTireForce, and ani::DynamicSystem< ani::Body >::push_front(). |
|
call this with the id that you want to trigger.
Reimplemented from gator::SimpleFlyMethod. Definition at line 38 of file SimpleDriveMethod.h. References gator::EDGE_DOWN, gator::EdgeState, gator::TravelMethod::mAvatar, and gator::SimpleFlyMethod::mNavigator. |
|
call this with the id that you want to trigger.
Reimplemented from gator::SimpleFlyMethod. Definition at line 58 of file SimpleDriveMethod.h. References gator::SimpleFlyMethod::mNavigator. |
|
call this with the id that you want to trigger.
Reimplemented from gator::SimpleFlyMethod. Definition at line 71 of file SimpleDriveMethod.h. |