#include <dustyscaletask.h>
Inheritance diagram for DustyEngine::ScaleTask:

Public Member Functions | |
| ScaleTask () | |
| virtual | ~ScaleTask () |
| The destructor will release the SceneNode this task uses, if one has been assigned. | |
| void | SetVector (irr::core::vector3df vector) |
| irr::core::vector3df | GetVector () |
| void | OnUpdate () |
| ScaleTask's OnUpdate will add a vector to the scale of a SceneNode that is associated with the task each time it is executed. | |
Protected Attributes | |
| irr::core::vector3df | scaleVector |
Definition at line 12 of file dustyscaletask.h.
|
|
|
|
|
The destructor will release the SceneNode this task uses, if one has been assigned.
|
|
|
GetVector returns the vector this task adds to the scale of the SceneNode each time the task is executed.
|
|
|
ScaleTask's OnUpdate will add a vector to the scale of a SceneNode that is associated with the task each time it is executed.
Reimplemented from DustyEngine::DummyTask. Reimplemented in DustyEngine::ScaleBoundedTask. |
|
|
SetVector sets the scale vector to apply to this task. Each time the task is updated, this vector is added to the scale of the SceneNode associated with the task.
|
|
|
Definition at line 32 of file dustyscaletask.h. |
1.4.6-NO