wManager.Wow.Helpers Namespace
WRobot

Radar3D..::..DeviceDX Property

Gets the directx device (if you need to draw custom objects, add them when OnDrawEvent is called).

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

Syntax


public static Device DeviceDX { get; }
Public Shared ReadOnly Property DeviceDX As Device
	Get
public:
static property Device^ DeviceDX {
	Device^ get ();
}

Field Value

The directx device.