C# Class DZAwarenessAIO.Utility.HudUtility.HudDisplay

Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Méthode Description
InitSprites ( bool bypass = false ) : void

Initializes the sprites.

OnLoad ( ) : void

The init point of the class

Private Methods

Méthode 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 méthode

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

OnLoad() public static méthode

The init point of the class
public static OnLoad ( ) : void
Résultat void