[This is preliminary documentation and is subject to change.]

Move the trajectory in a given local axis by a specified strength

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public void Move(
	double Strength,
	LocalAxis Axis,
	bool includeTarget
)

Parameters

Strength
Type: System..::.Double
Amount to move the trajectory by
Axis
Type: IcarusSceneEngine..::.LocalAxis

[Missing <param> documentation for "Axis"]

includeTarget
Type: System..::.Boolean
Whether to include the target, or move the position only

See Also