Cocos2d-x  v3.12
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
Place Class Reference

Places the node in a certain position. More...

Inherits ActionInstant.

Static Public Member Functions

static Placecreate (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.
 

Detailed Description

Places the node in a certain position.

Member Function Documentation

static Place* create ( const Vec2 pos)
static

Creates a Place action with a position.

A certain position. An autoreleased Place object.

var create ( var  pos)
static

Creates a Place action with a position.

A certain position. An autoreleased Place object.

local create ( local  pos)
static

Creates a Place action with a position.

A certain position. An autoreleased Place object.


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