Axmol Engine 2.4.0-258ceca
|
Places the node in a certain position. More...
#include <ActionInstant.h>
Inherits ActionInstant.
Public Member Functions | |
virtual void | update (float time) override |
bool | initWithPosition (const Vec2 &pos) |
Initializes a Place action with a position. | |
![]() | |
virtual void | step (float dt) override |
Static Public Member Functions | |
static Place * | create (const Vec2 &pos) |
Creates a Place action with a position. | |
Places the node in a certain position.
|
overridevirtual |
time | In seconds. |
Reimplemented from ActionInstant.