C# 클래스 Xsolla.GoodsAdapter

상속: IBaseAdapter
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( int id ) : int
id int
리턴 int

GetNext() 공개 메소드

public GetNext ( ) : GameObject
리턴 GameObject

GetPrefab() 공개 메소드

public GetPrefab ( ) : GameObject
리턴 GameObject

GetView() 공개 메소드

public GetView ( int position ) : GameObject
position int
리턴 GameObject

SetManager() 공개 메소드

public SetManager ( XsollaGoodsManager pricepoints, string buyBtnText ) : void
pricepoints XsollaGoodsManager
buyBtnText string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

OnBuy 공개적으로 프로퍼티

public Action OnBuy
리턴 bool>.Action

OnFavorite 공개적으로 프로퍼티

public Action OnFavorite
리턴 Action