ExtrudePolygon static method

Mesh ExtrudePolygon(
  1. String name,
  2. List<Vector3> shape,
  3. num depth,
  4. Scene scene, [
  5. List<Vector3> holes,
  6. bool updatable,
  7. num sideOrientation,
  8. dynamic earcutInjection,
])

Implementation

external static Mesh ExtrudePolygon(String name, List<Vector3> shape, num depth, Scene scene, [List<Vector3> holes, bool updatable, num sideOrientation, dynamic earcutInjection]);