Click or drag to resize

FastLineRendererAddLine Method (FastLineRendererProperties, Boolean, Boolean)

Adds an individual line that is not meant to be joined to other lines

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AddLine(
	FastLineRendererProperties props,
	bool startCap = false,
	bool endCap = false
)

Parameters

props
Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties
startCap (Optional)
Type: SystemBoolean
Whether to add a start cap
endCap (Optional)
Type: SystemBoolean
Whether to add an end cap
See Also