Свойство | Тип | Описание | |
---|---|---|---|
OnBuy | bool>.Action | ||
OnFavorite | Action |
Метод | Описание | |
---|---|---|
GetCount ( ) : int | ||
GetElementType ( int id ) : int | ||
GetNext ( ) : GameObject | ||
GetPrefab ( ) : GameObject | ||
GetView ( int position ) : GameObject | ||
SetManager ( XsollaGoodsManager pricepoints, string buyBtnText ) : void | ||
Start ( ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
OnClickBuy ( string sku ) : void | ||
OnClickBuy ( string sku, bool isVirtualPayment ) : void | ||
OnClickFavorite ( bool isFavorite, string sku, long virtualItemId ) : void |
public GetView ( int position ) : GameObject | ||
position | int | |
Результат | GameObject |
public SetManager ( XsollaGoodsManager pricepoints, string buyBtnText ) : void | ||
pricepoints | XsollaGoodsManager | |
buyBtnText | string | |
Результат | void |