C# Class OverlayInformation.DrawHelper

Afficher le fichier Open project: JumpAttacker/EnsageSharp

Méthodes publiques

Méthode Description
Overlay ( EventArgs args ) : void

Private Methods

Méthode Description
DrawDangeItems ( ) : void
DrawHealthPanel ( System.Vector2 pos, System.Vector2 size, System.Vector2 healthDelta, int height = 7 ) : void
DrawLastPosition ( ) : void
DrawManaPanel ( System.Vector2 pos, System.Vector2 size, System.Vector2 manaDelta, int height = 7 ) : void
DrawSpellPanel ( int type ) : void
DrawStatus ( System.Vector2 pos, Hero hero, System.Vector2 size, int height = 7 ) : void
DrawTopPanel ( int type ) : void

Method Details

Overlay() public static méthode

public static Overlay ( EventArgs args ) : void
args System.EventArgs
Résultat void