C# Class ShopItemInfo, Zombayo

Inheritance: MonoBehaviour
Show file 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 property

public int level
return int

priceLabel public property

public UILabel, priceLabel
return UILabel,

priceNextLevel public property

public int priceNextLevel
return int

starSprites public property

public UISprite[], starSprites
return UISprite[],

type public property

public UpgradeLevel.Type type
return UpgradeLevel.Type