Click or drag to resize
PlanBaseTargetDistance Field
This value is used by CheckNextCoordinate(SpriteBase, Int32, Int32) to determine how close a sprite must be to a coordinate before heading to the next coordinate.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int TargetDistance

Field Value

Type: Int32
Remarks
The default value for this property is 5 pixels.
See Also