Click or drag to resize

LightningBoltLineRendererMeshPrepareForLines Method

Prepare for lines to be added

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool PrepareForLines(
	int lineCount
)

Parameters

lineCount
Type: SystemInt32
Lines to add

Return Value

Type: Boolean
True if room for lines, false if full
See Also