C# Class NotificationCenter, tf_client

Player message center.
Inheritance: GUIObject
Datei anzeigen Open project: wids-eria/tf_client Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method Description
OnSelectMyListing ( Listing, listing ) : void

Raises the select my listing event.

Method Details

Draw() public method

Displays the player info.
public Draw ( ) : void
return void

IsMouseOver() public method

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
return bool

NotificationCenter() public method

Initializes a new instance of the NotificationCenter class.
public NotificationCenter ( ) : UnityEngine
return UnityEngine

OnSelectMyListing() protected method

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