Axmol Engine 2.4.0-258ceca
Loading...
Searching...
No Matches
RemoveSelf Class Reference

Remove the node. More...

#include <ActionInstant.h>

Inherits ActionInstant.

Public Member Functions

virtual void update (float time) override
 
bool init (bool isNeedCleanUp)
 init the action
 
- Public Member Functions inherited from ActionInstant
virtual void step (float dt) override
 

Static Public Member Functions

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

Detailed Description

Remove the node.

Member Function Documentation

◆ create()

static RemoveSelf * create ( bool isNeedCleanUp = true)
static

Create the action.

Parameters
isNeedCleanUpIs need to clean up, the default value is true.
Returns
An autoreleased RemoveSelf object.

◆ update()

virtual void update ( float time)
overridevirtual
Parameters
timeIn seconds.

Reimplemented from ActionInstant.


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