#include <dustyentityparenttask.h>
Inheritance diagram for DustyEngine::EntityParentTask:

Public Member Functions | |
| EntityParentTask () | |
| virtual | ~EntityParentTask () |
| void | OnPause () |
| OnPause() is called when the task has been paused by the TaskTree. | |
| void | OnChildrenUnpaused () |
| OnChildrenUnpaused() is called by the TaskTree when UnpauseChildren has been called on this task, unpausing all the task's children. | |
| void | PauseMoveTask () |
| void | UnpauseMoveTask () |
| void | PauseScaleTask () |
| void | UnpauseScaleTask () |
| void | PauseRotateTask () |
| void | UnpauseRotateTask () |
| void | SetMoveTask (Task *mt, irr::u32 priority) |
| void | SetRotateTask (Task *rt, irr::u32 priority) |
| void | SetScaleTask (Task *st, irr::u32 priority) |
| Task * | GetMoveTask () |
| Task * | GetRotateTask () |
| Task * | GetScaleTask () |
Protected Attributes | |
| Task * | moveTask |
| Task * | scaleTask |
| Task * | rotateTask |
| bool | moveTaskPaused |
| bool | scaleTaskPaused |
| bool | rotateTaskPaused |
Definition at line 41 of file dustyentityparenttask.h.
|
|
|
|
|
|
|
|
Definition at line 64 of file dustyentityparenttask.h. |
|
|
Definition at line 69 of file dustyentityparenttask.h. |
|
|
Definition at line 74 of file dustyentityparenttask.h. |
|
|
OnChildrenUnpaused() is called by the TaskTree when UnpauseChildren has been called on this task, unpausing all the task's children.
Reimplemented from DustyEngine::DummyTask. |
|
|
OnPause() is called when the task has been paused by the TaskTree.
Reimplemented from DustyEngine::DummyTask. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 81 of file dustyentityparenttask.h. |
|
|
Definition at line 85 of file dustyentityparenttask.h. |
|
|
Definition at line 83 of file dustyentityparenttask.h. |
|
|
Definition at line 87 of file dustyentityparenttask.h. |
|
|
Definition at line 82 of file dustyentityparenttask.h. |
|
|
Definition at line 86 of file dustyentityparenttask.h. |
1.4.6-NO