Property | Type | Description | |
---|---|---|---|
Camera | |||
Line | |||
MapManager | |||
windowHeight | int | ||
windowWidth | int |
Method | Description | |
---|---|---|
DrawLine ( Vector2 waypoint1, Vector2 waypoint2 ) : void | ||
DrawPoint ( Icons icon, String text, Vector2 position ) : void | ||
DrawUnit ( |
||
DrawWp ( |
||
Radar ( ) : System | ||
wowToScreen ( Vector2 position ) : Vector2 |
Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
UnloadContent ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
AddIcon ( Icons iconEnum, String iconURL ) : void | ||
LoadIcons ( ) : void | ||
UpdateEntities ( |
protected Draw ( |
||
gameTime | ||
return | void |
public DrawLine ( Vector2 waypoint1, Vector2 waypoint2 ) : void | ||
waypoint1 | Vector2 | |
waypoint2 | Vector2 | |
return | void |
public DrawPoint ( Icons icon, String text, Vector2 position ) : void | ||
icon | Icons | |
text | String | |
position | Vector2 | |
return | void |
public DrawUnit ( |
||
unit | ||
return | void |
public DrawWp ( |
||
waypoint | ||
return | void |
protected Update ( |
||
gameTime | ||
return | void |
public wowToScreen ( Vector2 position ) : Vector2 | ||
position | Vector2 | |
return | Vector2 |
public MapManager,VoidRadar.Map MapManager | ||
return |