C# 클래스 OverlayInformation.DrawHelper

파일 보기 프로젝트 열기: JumpAttacker/EnsageSharp

공개 메소드들

메소드 설명
Overlay ( EventArgs args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Overlay() 공개 정적인 메소드

public static Overlay ( EventArgs args ) : void
args System.EventArgs
리턴 void