Click or drag to resize

WeatherMakerLightningBoltScriptCreateLightningBolts Method

Create multiple lightning bolts, attempting to batch them into as few draw calls as possible

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void CreateLightningBolts(
	ICollection<LightningBoltParameters> parameters
)

Parameters

parameters
Type: System.Collections.GenericICollectionLightningBoltParameters
Lightning bolt creation parameters
See Also