Function EditorSpatialGizmo.addLines

Adds lines to the gizmo (as sets of 2 points), with a given material. The lines are used for visualizing the gizmo. Call this function during redraw.

void addLines (
  const(PoolArray!(godot.core.vector3.Vector3)) lines,
  Material material,
  const(bool) billboard = false,
  const(Color) modulate = Color(0.00000F, 0.00000F, 0.00000F, 1.00000F, ).this(1.00000F, 1.00000F, 1.00000F, 1.00000F)
) nothrow @nogc;