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

Remove the node. More...

Inherits ActionInstant.

Static Public Member Functions

static RemoveSelfcreate (bool isNeedCleanUp=true)
 Create the action. More...
 

Protected Member Functions

bool init (bool isNeedCleanUp)
 init the action
 
var init ( var isNeedCleanUp)
 init the action
 
local init ( local isNeedCleanUp)
 init the action
 

Detailed Description

Remove the node.

Member Function Documentation

static RemoveSelf* create ( bool  isNeedCleanUp = true)
static

Create the action.

Is need to clean up, the default value is true. An autoreleased RemoveSelf object.

var create ( var  isNeedCleanUp = true)
static

Create the action.

Is need to clean up, the default value is true. An autoreleased RemoveSelf object.

local create ( local  isNeedCleanUp = true)
static

Create the action.

Is need to clean up, the default value is true. An autoreleased RemoveSelf object.


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