WeatherMakerThunderAndLightningScript2DCalculateEndPosition 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
)
Protected Overrides Function CalculateEndPosition (
ByRef anchorPosition As Vector3,
ByRef start As Vector3,
visibleInCamera As Camera,
intense As Boolean
) As Vector3
protected:
virtual Vector3 CalculateEndPosition(
Vector3% anchorPosition,
Vector3% start,
Camera^ visibleInCamera,
bool intense
) override
abstract CalculateEndPosition :
anchorPosition : Vector3 byref *
start : Vector3 byref *
visibleInCamera : Camera *
intense : bool -> Vector3
override CalculateEndPosition :
anchorPosition : Vector3 byref *
start : Vector3 byref *
visibleInCamera : Camera *
intense : bool -> Vector3
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:
Vector3End position
See Also