C# 클래스 DZAwarenessAIO.Utility.HudUtility.HudDisplay

파일 보기 프로젝트 열기: DZ191/LeagueSharp

공개 메소드들

메소드 설명
InitSprites ( bool bypass = false ) : void

Initializes the sprites.

OnLoad ( ) : void

The init point of the class

비공개 메소드들

메소드 설명
IsInside ( System.Vector2 position ) : bool

Determines whether the specified position is inside the rectangle.

OnWndProc ( WndEventArgs args ) : void

Raises the E:WndProc event.

메소드 상세

InitSprites() 공개 정적인 메소드

Initializes the sprites.
public static InitSprites ( bool bypass = false ) : void
bypass bool if set to true it will bypass the Menu enabled check.
리턴 void

OnLoad() 공개 정적인 메소드

The init point of the class
public static OnLoad ( ) : void
리턴 void