C# Class Sol.ToolTip

Inheritance: Menu
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
closeButton UnityEngine.UI.Button
descriptionText UnityEngine.UI.Text
titleText UnityEngine.UI.Text

Public Methods

Method Description
Close ( ) : void
Open ( ) : void
Open ( Ingredient ingredient ) : void

Open tooltip and initialize to ingredient values

SetContent ( Ingredient ingredient ) : void

initialize to ingredient details

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Open() public method

Open tooltip and initialize to ingredient values
public Open ( Ingredient ingredient ) : void
ingredient Ingredient
return void

SetContent() public method

initialize to ingredient details
public SetContent ( Ingredient ingredient ) : void
ingredient Ingredient
return void

Property Details

closeButton public_oe property

public Button,UnityEngine.UI closeButton
return UnityEngine.UI.Button

descriptionText public_oe property

public Text,UnityEngine.UI descriptionText
return UnityEngine.UI.Text

titleText public_oe property

public Text,UnityEngine.UI titleText
return UnityEngine.UI.Text