C# Class OverlayInformation.DrawHelper

Exibir arquivo Open project: JumpAttacker/EnsageSharp

Public Methods

Method Description
Overlay ( EventArgs args ) : void

Private Methods

Method 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 method

public static Overlay ( EventArgs args ) : void
args System.EventArgs
return void