Single Line and Multi Line Connectors
Draw a line from current gameobject to the specified targets.
SingleConnector Options
Material
MaterialColor
ColorRaycast Target
boolSprite
SpriteLine
ConnectorLineBuilder
ILineBuilderBuilder to draw custom lines.
MultipleConnector Options
Material
MaterialColor
ColorRaycast Target
boolSprite
SpriteLines
ObservableList<ConnectorLine>Lines list.
Builder
ILineBuilderBuilder to draw custom lines.
Connector Line
Target
RectTransformStart
ConnectorPositionStart point of the line:
Top,Bottom,Left,Right,Center.End
ConnectorPositionEnd point of the line:
Top,Bottom,Left,Right,Center.Type
ConnectorTypeLine type:
StraightorRectangular.Arrow
ConnectorArrowArrow type:
None,Forward,Backward. Multiple types can be selected.Thickness
floatLine thickness.
Margin
floatThe minimum space from the border before the turn of the line. Supported only by
Rectangularlines.
ILineBuilder
int Build(ConnectorBase connector, RectTransform source, ConnectorLine line, VertexHelper vh, int index)