WeatherMakerThunderAndLightningScriptCalculateEndPosition Method |
Compute end position
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected abstract Vector3 CalculateEndPosition(
ref Vector3 anchorPosition,
ref Vector3 end,
Camera visibleInCamera,
bool intense
)
Protected MustOverride Function CalculateEndPosition (
ByRef anchorPosition As Vector3,
ByRef end As Vector3,
visibleInCamera As Camera,
intense As Boolean
) As Vector3
protected:
virtual Vector3 CalculateEndPosition(
Vector3% anchorPosition,
Vector3% end,
Camera^ visibleInCamera,
bool intense
) abstract
abstract CalculateEndPosition :
anchorPosition : Vector3 byref *
end : Vector3 byref *
visibleInCamera : Camera *
intense : bool -> Vector3
Parameters
- anchorPosition
- Type: Vector3
Anchor position - end
- 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:
Vector3End position
See Also