C# Class NotificationCenter, tf_client

Player message center.
Inheritance: GUIObject
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnSelectMyListing ( Listing, listing ) : void

Raises the select my listing event.

Method Details

Draw() public méthode

Displays the player info.
public Draw ( ) : void
Résultat void

IsMouseOver() public méthode

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
Résultat bool

NotificationCenter() public méthode

Initializes a new instance of the NotificationCenter class.
public NotificationCenter ( ) : UnityEngine
Résultat UnityEngine

OnSelectMyListing() protected méthode

Raises the select my listing event.
protected OnSelectMyListing ( Listing, listing ) : void
listing Listing, /// Listing. ///
Résultat void