コード例 #1
0
ファイル: PathManager.cs プロジェクト: yuruyigit/TrueSync
 public static List <Body> EvenlyDistributeShapesAlongPath(World world, Path path, Shape shape, BodyType type, int copies)
 {
     return(PathManager.EvenlyDistributeShapesAlongPath(world, path, shape, type, copies, null));
 }