WeatherMakerLightningBoltPrefabScriptBase.Trigger Method (Nullable<Vector3>, Nullable<Vector3>) |
Manually trigger lightning
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void Trigger(
Nullable<Vector3> start,
Nullable<Vector3> end
)
Public Sub Trigger (
start As Nullable(Of Vector3),
end As Nullable(Of Vector3)
)
public:
void Trigger(
Nullable<Vector3> start,
Nullable<Vector3> end
)
member Trigger :
start : Nullable<Vector3> *
end : Nullable<Vector3> -> unit
Parameters
- start
- Type: System.Nullable<Vector3>
Start position - end
- Type: System.Nullable<Vector3>
End position
See Also