9 #ifndef _TurtleBrains_ScaleBehaviors_h_
10 #define _TurtleBrains_ScaleBehaviors_h_
12 #include "tbx_tweening_behavior.h"
13 #include "../../game/tb_entity_behavior_interface.h"
14 #include "../../math/tb_vector.h"
58 const float mScaleSpeed;
84 virtual void OnResume(
void)
override;
Definition: tb_vector.h:47
virtual ~ScaleToBehavior(void)
Definition: tb_entity.h:46
virtual void OnResume(void) override
virtual void OnSimulate(void) override
Definition: tb_entity_behavior_interface.h:25
A collection of objects and functions to express games quickly.
Definition: tbx_tweening_behavior.h:21
Definition: tbx_scale_behaviors.h:64
virtual void OnSimulate(void) override
Contains high-level objects to control the entities in game worlds.
Definition: tbx_scale_behaviors.h:25
ScaleToBehavior(tbGame::Entity &entity, const float desiredScale, const float scaleSpeed)
Definition: tb_game_timer.h:25