Entity activeEntity = Engine::getRoot(); Entity get_activeEntity() const property { return activeEntity; } void set_activeEntity(Entity ent) property { activeEntity = ent; }