#include <dustyrotateinterpolatedtask.h>
Inheritance diagram for DustyEngine::RotateInterpolatedTask:

Public Member Functions | |
| RotateInterpolatedTask () | |
| virtual | ~RotateInterpolatedTask () |
| void | OnUpdate () |
| OnUpdate() is called by the TaskTree when the time has come to execute the task's code. | |
Definition at line 12 of file dustyrotateinterpolatedtask.h.
|
|
|
|
|
|
|
|
OnUpdate() is called by the TaskTree when the time has come to execute the task's code. OnUpdate is typically the most important function. OnUpdate is only called when enough time has passed or every frame, depending upon what the priority of the task is. If you want code to execute on a time-based basis, put that code here and add the task to the tree. Reimplemented from DustyEngine::VectorInterpolatedTask. Reimplemented in DustyEngine::WaypointRotateInterpolatedTask. |
1.4.6-NO