C# Class ToolTipController

Inheritance: MonoBehaviour
Show file Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Properties

Property Type Description
Cost Text
Image Image
Main Text
Subtitle Text
Title Text
Warning Text

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Initialize ( string title, string subtitle, string main ) : void
SetCost ( string cost, bool enoughMoney ) : void
SetWarning ( string warning ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Initialize() public method

public Initialize ( string title, string subtitle, string main ) : void
title string
subtitle string
main string
return void

SetCost() public method

public SetCost ( string cost, bool enoughMoney ) : void
cost string
enoughMoney bool
return void

SetWarning() public method

public SetWarning ( string warning ) : void
warning string
return void

Property Details

Cost public property

public Text Cost
return Text

Image public property

public Image Image
return Image

Main public property

public Text Main
return Text

Subtitle public property

public Text Subtitle
return Text

Title public property

public Text Title
return Text

Warning public property

public Text Warning
return Text