C# Class UIGameHead, CapsUnity

Inheritance: UIWindow
ファイルを表示 Open project: kofight/CapsUnity Class Usage Examples

Public Properties

Property Type Description
m_collectLabel UILabel[],

Public Methods

Method Description
OnCreate ( ) : void
OnShow ( ) : void
RefreshTarget ( ) : void
ShowCoin ( bool bShow ) : void
UpdateCoolDown ( float val ) : void
UpdateItemButtons ( ) : void

Private Methods

Method Description
OnEditStageClicked ( ) : void
UserOrBuyItem ( PurchasedItem, item ) : void

Method Details

OnCreate() public method

public OnCreate ( ) : void
return void

OnShow() public method

public OnShow ( ) : void
return void

RefreshTarget() public method

public RefreshTarget ( ) : void
return void

ShowCoin() public method

public ShowCoin ( bool bShow ) : void
bShow bool
return void

UpdateCoolDown() public method

public UpdateCoolDown ( float val ) : void
val float
return void

UpdateItemButtons() public method

public UpdateItemButtons ( ) : void
return void

Property Details

m_collectLabel public_oe property

public UILabel[], m_collectLabel
return UILabel[],