C# Class AdEvade.Draw.SpellDrawer

Datei anzeigen Open project: coman3/EloBuddy.Addons Class Usage Examples

Public Properties

Property Type Description
Menu Menu

Private Properties

Property Type Description
DrawEvadeStatus void
DrawLineRectangle void
DrawPlayerPath void
Drawing_OnDraw void
Game_OnGameLoad void
GetSpellColor System.Drawing.Color

Public Methods

Method Description
SpellDrawer ( Menu mainMenu ) : System

Private Methods

Method Description
DrawEvadeStatus ( ) : void
DrawLineRectangle ( System.Vector2 start, System.Vector2 end, int radius, int width, System.Drawing.Color color ) : void
DrawPlayerPath ( ) : void
Drawing_OnDraw ( EventArgs args ) : void
Game_OnGameLoad ( ) : void
GetSpellColor ( SpellDangerLevel dangerLevel ) : System.Drawing.Color

Method Details

SpellDrawer() public method

public SpellDrawer ( Menu mainMenu ) : System
mainMenu Menu
return System

Property Details

Menu public_oe static_oe property

public static Menu Menu
return Menu