VertexDataCreateLineSystemOptions constructor

VertexDataCreateLineSystemOptions({
  1. List<Vector3> lines,
  2. List<Color4> colors,
})

Implementation

external factory VertexDataCreateLineSystemOptions({List<Vector3> lines, List<Color4> colors});