VertexDataCreateRibbonOptions constructor

VertexDataCreateRibbonOptions({
  1. List<Vector3> pathArray,
  2. bool closeArray,
  3. bool closePath,
  4. num offset,
  5. num sideOrientation,
  6. Vector4 frontUVs,
  7. Vector4 backUVs,
  8. bool invertUV,
  9. List<Vector2> uvs,
  10. List<Color4> colors,
})

Implementation

external factory VertexDataCreateRibbonOptions({List<Vector3> pathArray, bool closeArray, bool closePath, num offset, num sideOrientation, Vector4 frontUVs, Vector4 backUVs, bool invertUV, List<Vector2> uvs, List<Color4> colors});