Method | 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 |
顯示訊息.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDestroy ( ) : void | ||
RefreshCreditText ( ) : void |
refresh credit text.
|
|
SetUIComponent ( ) : void |
Set UI Component.
|
|
Start ( ) : void | ||
Update ( ) : void |
public SetResolution ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |