C# Class ShopScript, 285_02_FA15G2

Inheritance: MonoBehaviour
显示文件 Open project: selu285-2015/285_02_FA15G2 Class Usage Examples

Public Properties

Property Type Description
hud GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
buyShotGun ( ) : void
buyTesla ( ) : void
buyTiki ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

buyShotGun() public method

public buyShotGun ( ) : void
return void

buyTesla() public method

public buyTesla ( ) : void
return void

buyTiki() public method

public buyTiki ( ) : void
return void

Property Details

hud public_oe property

public GameObject hud
return GameObject