yigitakkok Posted March 29, 2016 Share Posted March 29, 2016 In your car example, I can get parent object by getRootNode. But when I want to access my entity, object.getParent() returns NULL. What is the reverse of getRootNode()? Thanks. Link to comment
ded Posted March 31, 2016 Share Posted March 31, 2016 Hi, Entity associates itself with the node using Node::setVariable() method. Thus you can acces entity instance by invoking getVariable() for the root node. 1 Link to comment
Recommended Posts