![]() |
VR-Forces 4.10 Class Documentation
|
start up state More...

Public Member Functions | |
| DtNullRotorState (DtEntityRotorData *rotorData) | |
| constructor More... | |
| virtual | ~DtNullRotorState () |
| destructor More... | |
| virtual DtRotorState * | handleEvent (int state) override |
| If 0, will transition to fully off If 1, will transition to fully on does not need to handle timed update. More... | |
Public Member Functions inherited from makVrv::DtRotorState | |
| DtRotorState (DtEntityRotorData *rotorData) | |
| constructor More... | |
| virtual | ~DtRotorState () |
| destructor More... | |
| virtual DtRotorState * | update (DtTime timeNow) |
| update given the current time. More... | |
| virtual void | enter (void) |
| things to be done on enter. More... | |
| virtual void | exit (void) |
| things to be done on exit More... | |
Private Member Functions | |
| DtNullRotorState ()=delete | |
| not allowed More... | |
| DtNullRotorState (const DtNullRotorState &rhs)=delete | |
| DtNullRotorState & | operator= (const DtNullRotorState &rhs)=delete |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtRotorState | |
| DtEntityRotorData * | myRotorData |
Static Protected Attributes inherited from makVrv::DtRotorState | |
| static const float | theMaxSpeed |
| the max speed of a rotor (in rpm) More... | |
| static const float | theTimeToFullSpin |
| in seconds More... | |
| static const float | theTimeToFullCoolDown |
| in seconds More... | |
| static const float | theTimeToSwitchToMotionBlur |
start up state
| makVrv::DtNullRotorState::DtNullRotorState | ( | DtEntityRotorData * | rotorData | ) |
constructor
|
virtual |
destructor
|
privatedelete |
not allowed
|
privatedelete |
|
privatedelete |
|
overridevirtual |
If 0, will transition to fully off If 1, will transition to fully on does not need to handle timed update.
Reimplemented from makVrv::DtRotorState.