Click or drag to resize

WeatherMakerThunderAndLightningScriptCalculateStartPosition Method

Compute start position

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

Parameters

anchorPosition
Type: Vector3
Anchor position
visibleInCamera
Type: Camera
Visible in camera?
intense
Type: SystemBoolean
Intense (close) or normal (far)
cloudOnly
Type: SystemBoolean
Cloud only with no bolt?

Return Value

Type: Vector3
Start position
See Also