LightningBoltPrefabScriptBaseTrigger Method (NullableVector3, NullableVector3) |
Manually trigger lightning
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public 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: SystemNullableVector3
Start position - end
- Type: SystemNullableVector3
End position
See Also