C# Класс RangeDisplay.Framework.HudMessageManager

Manages displaying messages in the game hud.
Показать файл Открыть проект

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

Метод Описание
AddHudMessage ( RangeItem item ) : void

Adds a message to the hud based on the item.

AddHudMessage ( string message ) : void

Adds the given message to the hud.

Описание методов

AddHudMessage() публичный Метод

Adds a message to the hud based on the item.
public AddHudMessage ( RangeItem item ) : void
item RangeItem The item to create the message for.
Результат void

AddHudMessage() публичный Метод

Adds the given message to the hud.
public AddHudMessage ( string message ) : void
message string The message to show.
Результат void