hx3d  1
2D/3D Simple Game Framework
Public Member Functions | List of all members
hx3d::tweens::TweenManager Class Reference

Tweens management and update. More...

#include <tween_manager.hpp>

Public Member Functions

void add (const Ptr< BaseTween > &tween)
 Add an existing tween. More...
 
void update (const float delta)
 Update all tweens. More...
 
unsigned int getTweenCount ()
 Get the tweens count. More...
 
void clear ()
 Clear all the tweens.
 

Detailed Description

Tweens management and update.

Definition at line 36 of file tween_manager.hpp.

Member Function Documentation

void hx3d::tweens::TweenManager::add ( const Ptr< BaseTween > &  tween)

Add an existing tween.

Parameters
tweenBase Tween (Ptr)

Definition at line 29 of file tween_manager.cpp.

unsigned int hx3d::tweens::TweenManager::getTweenCount ( )

Get the tweens count.

Returns
Count

Definition at line 45 of file tween_manager.cpp.

void hx3d::tweens::TweenManager::update ( const float  delta)

Update all tweens.

Parameters
deltaDelta time

Definition at line 33 of file tween_manager.cpp.


The documentation for this class was generated from the following files: