Places the node in a certain position. More...
Inherits ActionInstant.
Static Public Member Functions | |
| static Place * | create (const Vec2 &pos) |
| Creates a Place action with a position. More... | |
| var | create ( var pos) |
| Creates a Place action with a position. More... | |
| local | create ( local pos) |
| Creates a Place action with a position. More... | |
Protected Member Functions | |
| bool | initWithPosition (const Vec2 &pos) |
| Initializes a Place action with a position. | |
| var | initWithPosition ( var pos) |
| Initializes a Place action with a position. | |
| local | initWithPosition ( local pos) |
| Initializes a Place action with a position. | |
Places the node in a certain position.
|
static |
|
static |