Struct PolylineWithSymbol

Public

Helper for drawing a polyline with symbols at regular intervals.

var generator = new CommandBuilder.PolylineWithSymbol(CommandBuilder.SymbolDecoration.Circle, 0.2f, 0.0f, 0.47f);
generator.MoveTo(ref Draw.editor, new float3(-0.5f, 0, -0.5f));
generator.MoveTo(ref Draw.editor, new float3(0.5f, 0, 0.5f));

Public Methods

MoveTo (draw, next)

Move to a new point.

PolylineWithSymbol (symbol, symbolSize, symbolPadding, symbolSpacing, reverseSymbols=…)

Create a new polyline with symbol generator.

Public Variables

odd
Public
offset
Public
prev
Public
reverseSymbols
Public Readonly
symbol
Public Readonly
symbolOffset
Public Readonly
symbolPadding
Public Readonly
symbolSize
Public Readonly
symbolSpacing
Public Readonly