ExtrudeShapeCustom static method

Mesh ExtrudeShapeCustom(
  1. String name,
  2. List<Vector3> shape,
  3. List<Vector3> path,
  4. Function scaleFunction,
  5. Function rotationFunction,
  6. bool ribbonCloseArray,
  7. bool ribbonClosePath,
  8. num cap,
  9. Scene scene, [
  10. bool updatable,
  11. num sideOrientation,
  12. Mesh instance,
])

Implementation

external static Mesh ExtrudeShapeCustom(String name, List<Vector3> shape, List<Vector3> path, Function scaleFunction, Function rotationFunction, bool ribbonCloseArray, bool ribbonClosePath, num cap, Scene scene, [bool updatable, num sideOrientation, Mesh instance]);