C# 클래스 OverlayInformation.ItemPanel

파일 보기 프로젝트 열기: JumpAttacker/EnsageSharp 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
DrawItem ( System.Vector2 pos, System.Vector2 size, string texture, int r, int g, int b ) : void
DrawItems ( System.Vector2 pos, System.Vector2 size, int r, int g, int b ) : void
DrawStashItems ( System.Vector2 pos, System.Vector2 size, int r, int g, int b ) : void
DrawState ( System.Item item, Hero v, System.Vector2 itemPos2, System.Vector2 size2 ) : void

메소드 상세

Draw() 공개 정적인 메소드

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