Function PolylineWithSymbol.MoveTo

MoveTo (refCommandBuilder draw, float3 next)

Move to a new point.

Public
void MoveTo (

refCommandBuilder

draw

The command builder to draw to. You can use a built-in builder like Draw.editor or Draw.ingame, or use a custom one.

float3

next

The next point in the polyline to move to.

)

Move to a new point.

This will draw the symbols and line segments between the previous point and the new point.