Click or drag to resize

FastLineRendererCanAddLines Method

Determines if lineCount lines can be added without creating a new mesh

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool CanAddLines(
	ref int lineCount
)

Parameters

lineCount
Type: SystemInt32
Line count. Receives the actual available line count before a new mesh will be created.

Return Value

Type: Boolean
True if lines can be added without creating a new mesh, false otherwise
See Also