C# Класс NotificationCenter, tf_client

Player message center.
Наследование: GUIObject
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Displays the player info.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

NotificationCenter ( ) : UnityEngine

Initializes a new instance of the NotificationCenter class.

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

Метод Описание
OnSelectMyListing ( Listing, listing ) : void

Raises the select my listing event.

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

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

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

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

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

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

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

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

Raises the select my listing event.
protected OnSelectMyListing ( Listing, listing ) : void
listing Listing, /// Listing. ///
Результат void