/// <summary> /// Rebuild the mesh wireframe and selection caches. /// </summary> public static void Refresh(bool vertexCountChanged = true) { if (instance != null) { instance.UpdateSelection(vertexCountChanged); } }