C# Class DZAwarenessAIO.Utility.HudUtility.HudDisplay

Datei anzeigen Open project: DZ191/LeagueSharp

Public Methods

Method Description
InitSprites ( bool bypass = false ) : void

Initializes the sprites.

OnLoad ( ) : void

The init point of the class

Private Methods

Method Description
IsInside ( System.Vector2 position ) : bool

Determines whether the specified position is inside the rectangle.

OnWndProc ( WndEventArgs args ) : void

Raises the E:WndProc event.

Method Details

InitSprites() public static method

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

OnLoad() public static method

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