Свойство | Type | Description | |
---|---|---|---|
Cost | Text | ||
Image | Image | ||
Main | Text | ||
Subtitle | Text | ||
Title | Text | ||
Warning | Text |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
FixedUpdate ( ) : void | ||
Initialize ( string title, string subtitle, string main ) : void | ||
SetCost ( string cost, bool enoughMoney ) : void | ||
SetWarning ( string warning ) : void |
public Initialize ( string title, string subtitle, string main ) : void | ||
title | string | |
subtitle | string | |
main | string | |
Résultat | void |
public SetCost ( string cost, bool enoughMoney ) : void | ||
cost | string | |
enoughMoney | bool | |
Résultat | void |
public SetWarning ( string warning ) : void | ||
warning | string | |
Résultat | void |