C# Class CreditMgr, UnityDemo

Inheritance: MonoBehaviour
Afficher le fichier Open project: rouchen/UnityDemo

Méthodes publiques

Méthode Description
AddCoin ( ) : void

add one coin.

CheckToPlayGame ( ) : bool
GetCredit ( ) : int

get credit count numbers.

PayToPlayGame ( ) : bool

pay to playing game.

SetResolution ( float width, float height ) : void

設定解析度.

Show ( bool show ) : void

顯示訊息.

Private Methods

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
RefreshCreditText ( ) : void

refresh credit text.

SetUIComponent ( ) : void

Set UI Component.

Start ( ) : void
Update ( ) : void

Method Details

AddCoin() public méthode

add one coin.
public AddCoin ( ) : void
Résultat void

CheckToPlayGame() public méthode

public CheckToPlayGame ( ) : bool
Résultat bool

GetCredit() public méthode

get credit count numbers.
public GetCredit ( ) : int
Résultat int

PayToPlayGame() public méthode

pay to playing game.
public PayToPlayGame ( ) : bool
Résultat bool

SetResolution() public méthode

設定解析度.
public SetResolution ( float width, float height ) : void
width float
height float
Résultat void

Show() public méthode

顯示訊息.
public Show ( bool show ) : void
show bool
Résultat void