Esempio n. 1
0
 /// <summary>
 /// 检测建筑是否超出设计图范围.
 /// </summary>
 /// <returns><c>true</c>, if out of shape was built, <c>false</c> otherwise.</returns>
 public static List <TouchMove> CheckBuildOutOfShape()
 {
     return(TouchMoveManager.GetAllBuildOutShape());
 }