wManager.Wow.Helpers Namespace
WRobot

Radar3D Members

The Radar3D type exposes the following members.

Methods


  Name Description
Public method Static member DrawCircle
Draw circle (call this method when OnDrawEvent is called).
Public method Static member DrawLine
Draw line (call this method when OnDrawEvent is called).
Public method Static member DrawString
Draw string (call this method when OnDrawEvent is called).
Public method Static member Pulse
Active radar 3d.
Public method Static member Stop
Stop radar 3d.

Properties


  Name Description
Public property Static member DeviceDX
Gets the directx device (if you need to draw custom objects, add them when OnDrawEvent is called).
Public property Static member IsLaunched
Gets a value indicating whether this instance is launched.

Events


  Name Description
Public event Static member OnDrawEvent
Occurs before to draw scene (add all objects to draw when this event is called).