sm.visualization.drawLine

Adds a builderguide connection guide line between two points.

Kind: Function

Environments: Game

Game

sm.visualization.drawLine( startingPoint, endPoint, color )

Open the full Game reference

Availability: Client only

Parameters:

Name Type Description
startingPoint Vec3 The starting point for the line.
endPoint Vec3 The end point for the line.
color (optional) Color The color for the line. Defaults to yellow. (Optional)