⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
Remove the node. More...
#include <ActionInstant.h>
Inherits ActionInstant.
Public Member Functions | |
| void | update (float time) override |
| bool | init (bool isNeedCleanUp) |
| init the action | |
| Public Member Functions inherited from ActionInstant | |
| void | step (float dt) override |
| void | update (float time) override |
Static Public Member Functions | |
| static RemoveSelf * | create (bool isNeedCleanUp=true) |
| Create the action. | |
Remove the node.
|
static |
Create the action.
| isNeedCleanUp | Is need to clean up, the default value is true. |
|
override |
| time | In seconds. |