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
)
Public Sub CreateRandomLightningPath (
points As List(Of Vector3)
)
public:
void CreateRandomLightningPath(
List<Vector3>^ points
)
member CreateRandomLightningPath :
points : List<Vector3> -> unit
Parameters
- points
- Type: System.Collections.GenericListVector3
Points list to receive points for the path
See Also