ExtrudeShapeCustom static method
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,
])
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]);