MeshBuilderExtrudePolygonOptions constructor

MeshBuilderExtrudePolygonOptions({
  1. List<Vector3> shape,
  2. List<Vector3> holes,
  3. num depth,
  4. List<Vector4> faceUV,
  5. List<Color4> faceColors,
  6. bool updatable,
  7. num sideOrientation,
  8. Vector4 frontUVs,
  9. Vector4 backUVs,
  10. bool wrap,
})

Implementation

external factory MeshBuilderExtrudePolygonOptions({List<Vector3> shape, List<Vector3> holes, num depth, List<Vector4> faceUV, List<Color4> faceColors, bool updatable, num sideOrientation, Vector4 frontUVs, Vector4 backUVs, bool wrap});