Click or drag to resize

FastLineRendererEndLine Method

Ends a line. use Start on props to specify the end point. Set LineType to EndCap to cap.

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool EndLine(
	FastLineRendererProperties props
)

Parameters

props
Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties

Return Value

Type: Boolean
True if success, false if a line hasn't been started yet
See Also