C# Class PlayerImportantInfoUI, tf_client

Inheritance: GUIObject
Exibir arquivo Open project: wids-eria/tf_client

Private Properties

Property Type Description

Public Methods

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

Protected Methods

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

Method Details

Draw() public method

Displaies the player important info.
public Draw ( ) : void
return void

IsMouseOver() public method

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

LoadInformationIndex() protected method

Loads the index of the information in string. Modify: if the world is updated
protected LoadInformationIndex ( WorldData, data ) : void
data WorldData,
return void

LoadPlayerInfoIcon() protected method

Loads the player info icon.
protected LoadPlayerInfoIcon ( ) : void
return void

PlayerImportantInfoUI() public method

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