コード例 #1
0
 public bool IsEnd()
 {
     return(BezierStage.IsRouteEnd() || route.Count == 0);
 }