コード例 #1
0
 public void generate()
 {
     multiCylinder.GenerateCylinders();
     update();
 }
コード例 #2
0
 public void generate(float bottomStart, float height, float botWidth, float topWidth, float thickness)
 {
     multiCylinder.GenerateCylinders();
     update(bottomStart, height, botWidth, topWidth, thickness);
 }
コード例 #3
0
 public void generate()
 {
     setCylinderValues();
     multiCylinder.GenerateCylinders();
 }