ExtrudeShape static method

Mesh ExtrudeShape(
  1. String name,
  2. List<Vector3> shape,
  3. List<Vector3> path,
  4. num scale,
  5. num rotation,
  6. num cap, [
  7. Scene scene,
  8. bool updatable,
  9. num sideOrientation,
  10. Mesh instance,
])

Implementation

external static Mesh ExtrudeShape(String name, List<Vector3> shape, List<Vector3> path, num scale, num rotation, num cap, [Scene scene, bool updatable, num sideOrientation, Mesh instance]);