wManager.Wow.Helpers Namespace
WRobot

RecordPathUserControl..::..Settings Method (Double, Double, Double, Double)

Configure the minimum distance between two positions.

Namespace:  wManager.Wow.Forms.ProfileMaker
Assembly:  wManager (in wManager.dll)

Syntax


public void Settings(
	double distance2D,
	double distanceZ,
	double distance2DFly,
	double distanceZFly
)
Public Sub Settings ( _
	distance2D As Double, _
	distanceZ As Double, _
	distance2DFly As Double, _
	distanceZFly As Double _
)
public:
void Settings(
	double^ distance2D, 
	double^ distanceZ, 
	double^ distance2DFly, 
	double^ distanceZFly
)

Parameters

distance2D
Type: Double
The distance 2d.
distanceZ
Type: Double
The distance z.
distance2DFly
Type: Double
The distance 2d when flying.
distanceZFly
Type: Double
The distance z when flying.