function updateChild(Base $node)
 {
     $node->setPosnX($node->getPosnX() + $this->xIndex);
     $node->setPosnY($node->getPosnY() + $this->yIndex);
     $node->setPosnZ($node->getPosnZ() + $this->zIndex);
 }