C# Класс PlayerImportantInfoUI, tf_client

Наследование: GUIObject
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Draw ( ) : void

Displaies the player important info.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

PlayerImportantInfoUI ( ) : UnityEngine

Initializes a new instance of the PlayerImportantInfoUI class.

Защищенные методы

Метод Описание
LoadInformationIndex ( WorldData, data ) : void

Loads the index of the information in string. Modify: if the world is updated

LoadPlayerInfoIcon ( ) : void

Loads the player info icon.

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

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

Displaies the player important info.
public Draw ( ) : void
Результат void

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

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
Результат bool

LoadInformationIndex() защищенный Метод

Loads the index of the information in string. Modify: if the world is updated
protected LoadInformationIndex ( WorldData, data ) : void
data WorldData,
Результат void

LoadPlayerInfoIcon() защищенный Метод

Loads the player info icon.
protected LoadPlayerInfoIcon ( ) : void
Результат void

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

Initializes a new instance of the PlayerImportantInfoUI class.
public PlayerImportantInfoUI ( ) : UnityEngine
Результат UnityEngine