示例#1
0
 public void deletePoint(string pointMsg)
 {
     Debug.Log("要删除的点位");
     elementContainer.DeletePoint(pointMsg);
 }