|
Polyphase Game Engine
|
#include <ActionManager.h>
Public Member Functions | |
| DECLARE_ACTION_INTERFACE (UnlinkScene) | |
| ActionUnlinkScene (Node *node) | |
Public Member Functions inherited from Action | |
| virtual | ~Action () |
| virtual void | Execute () |
| virtual void | Reverse () |
| virtual const char * | GetName ()=0 |
Protected Attributes | |
| Node * | mNode = nullptr |
| SceneRef | mScene |
| ActionUnlinkScene::ActionUnlinkScene | ( | Node * | node | ) |
| ActionUnlinkScene::DECLARE_ACTION_INTERFACE | ( | UnlinkScene | ) |
|
protected |
|
protected |