yigitakkok Posted March 29, 2016 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.
ded Posted March 31, 2016 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
Recommended Posts