wManager.Wow.Helpers Namespace
WRobot

Pather..::..MeshFileAddedHandler Delegate

Delegate MeshFileAddedHandler

Namespace:  wManager.Wow.Helpers.PathFinderClass
Assembly:  wManager (in wManager.dll)

Syntax


public delegate void MeshFileAddedHandler(
	float x,
	float y
)
Public Delegate Sub MeshFileAddedHandler ( _
	x As Single, _
	y As Single _
)
public delegate void MeshFileAddedHandler(
	float^ x, 
	float^ y
)

Parameters

x
Type: Single
The x.
y
Type: Single
The y.