Beispiel #1
0
 public static List <Body> EvenlyDistributeShapesAlongPath(World world, Path path, Shape shape, BodyType type, int copies)
 {
     return(PathManager.EvenlyDistributeShapesAlongPath(world, path, shape, type, copies, null));
 }