LightningSplineScriptTrigger Method (ListVector3, Boolean) |
Triggers lightning that follows a set of points, rather than the standard lightning bolt that goes between two points.
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void Trigger(
List<Vector3> points,
bool spline
)
Public Sub Trigger (
points As List(Of Vector3),
spline As Boolean
)
public:
void Trigger(
List<Vector3>^ points,
bool spline
)
member Trigger :
points : List<Vector3> *
spline : bool -> unit
Parameters
- points
- Type: System.Collections.GenericListVector3
Points to follow - spline
- Type: SystemBoolean
Whether to spline the lightning through the points or not
See Also