mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
added missing function
This commit is contained in:
@@ -11,6 +11,7 @@ namespace vb01{
|
|||||||
Attachable(std::string fullName){this->fullName = fullName;}
|
Attachable(std::string fullName){this->fullName = fullName;}
|
||||||
Attachable(){}
|
Attachable(){}
|
||||||
virtual void onAttached(Node *node){this->node = node;}
|
virtual void onAttached(Node *node){this->node = node;}
|
||||||
|
Node* getNode(){return node;}
|
||||||
std::string getAttachableName(){return fullName;}
|
std::string getAttachableName(){return fullName;}
|
||||||
protected:
|
protected:
|
||||||
std::string fullName = "";
|
std::string fullName = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user