DustyEngine::ScaleTask Class Reference

ScaleTask is a task which will add a scale vector a certain SceneNode's scale each time it is executed. More...

#include <dustyscaletask.h>

Inheritance diagram for DustyEngine::ScaleTask:

DustyEngine::DummyTask DustyEngine::NodeAffector DustyEngine::Task DustyEngine::ScaleBoundedTask List of all members.

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

Detailed Description

ScaleTask is a task which will add a scale vector a certain SceneNode's scale each time it is executed.

Definition at line 12 of file dustyscaletask.h.


Constructor & Destructor Documentation

DustyEngine::ScaleTask::ScaleTask  ) 
 

virtual DustyEngine::ScaleTask::~ScaleTask  )  [virtual]
 

The destructor will release the SceneNode this task uses, if one has been assigned.


Member Function Documentation

irr::core::vector3df DustyEngine::ScaleTask::GetVector  ) 
 

GetVector returns the vector this task adds to the scale of the SceneNode each time the task is executed.

Returns:
Returns the vector which is added to the scale of the SceneNode each execution.

void DustyEngine::ScaleTask::OnUpdate  )  [virtual]
 

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.

void DustyEngine::ScaleTask::SetVector irr::core::vector3df  vector  ) 
 

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.

Parameters:
vector,: The vector to add to the scale of the supplied SceneNode.


Member Data Documentation

irr::core::vector3df DustyEngine::ScaleTask::scaleVector [protected]
 

Definition at line 32 of file dustyscaletask.h.


The documentation for this class was generated from the following file:
Generated on Fri Jan 27 17:32:03 2006 for Dusty Engine by  doxygen 1.4.6-NO