C# Class AdEvade.Draw.SpellDrawer

Afficher le fichier Open project: coman3/EloBuddy.Addons Class Usage Examples

Méthodes publiques

Свойство Type Description
Menu Menu

Private Properties

Свойство Type Description
DrawEvadeStatus void
DrawLineRectangle void
DrawPlayerPath void
Drawing_OnDraw void
Game_OnGameLoad void
GetSpellColor System.Drawing.Color

Méthodes publiques

Méthode Description
SpellDrawer ( Menu mainMenu ) : System

Private Methods

Méthode 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 méthode

public SpellDrawer ( Menu mainMenu ) : System
mainMenu Menu
Résultat System

Property Details

Menu public_oe static_oe property

public static Menu Menu
Résultat Menu