C# Class ShopItemInfo, Zombayo

Inheritance: MonoBehaviour
Exibir arquivo Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
level int
priceLabel UILabel,
priceNextLevel int
starSprites UISprite[],
type UpgradeLevel.Type

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
showStars ( int n ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

level public_oe property

public int level
return int

priceLabel public_oe property

public UILabel, priceLabel
return UILabel,

priceNextLevel public_oe property

public int priceNextLevel
return int

starSprites public_oe property

public UISprite[], starSprites
return UISprite[],

type public_oe property

public UpgradeLevel.Type type
return UpgradeLevel.Type