//method used to pass control to the vertex manager
 public void decreaseVertexSize()
 {
     if (!currentRigidBody)
     {
         return;
     }
     else
     {
         currentVertexManager.decreaseSize();
     }
 }