Click or drag to resize

LightningMeshSurfaceScriptCreateRandomLightningPath Method

Gets a path for lightning starting at a random point on the mesh

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void CreateRandomLightningPath(
	List<Vector3> points
)

Parameters

points
Type: System.Collections.GenericListVector3
Points list to receive points for the path
See Also