Click or drag to resize

FastLineRendererAppendLine Method

Append a line - End value of props is ignored, use Start field instead.

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

Parameters

props
Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties

Return Value

Type: Boolean
True if line was joined to a previous line, false if no previous line available
See Also