Click or drag to resize

WeatherMakerThunderAndLightningScript3DCalculateEndPosition Method

Compute end position

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override Vector3 CalculateEndPosition(
	ref Vector3 anchorPosition,
	ref Vector3 start,
	Camera visibleInCamera,
	bool intense
)

Parameters

anchorPosition
Type: Vector3
Anchor position
start
Type: Vector3
Start position
visibleInCamera
Type: Camera
Camera to show in, can be null
intense
Type: SystemBoolean
Intense (close) or normal (far)

Return Value

Type: Vector3
End position
See Also