C# Class Assets.Scripts.Hall.View.BackPackWindows.BackPackItemView

Inheritance: YxView
Datei anzeigen Open project: xinrui5577/roomgame

Public Properties

Property Type Description
GoodsCountLabel UILabel
GoodsIcon UITexture
GoodsNameLabel UILabel
GoodsdescLabel UILabel

Protected Methods

Method Description
OnFreshView ( ) : void

Method Details

OnFreshView() protected method

protected OnFreshView ( ) : void
return void

Property Details

GoodsCountLabel public_oe property

public UILabel GoodsCountLabel
return UILabel

GoodsIcon public_oe property

物品图标
public UITexture GoodsIcon
return UITexture

GoodsNameLabel public_oe property

物品名
public UILabel GoodsNameLabel
return UILabel

GoodsdescLabel public_oe property

物品描述
public UILabel GoodsdescLabel
return UILabel