C# Класс DZAwarenessAIO.Utility.HudUtility.HudDisplay

Показать файл Открыть проект

Открытые методы

Метод Описание
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