Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Xsolla
XsollaSummaryItem
C# 클래스 Xsolla.XsollaSummaryItem
상속:
IParseble
,
IXsollaSummaryItem
파일 보기
프로젝트 열기: xsolla/xsolla-unity-sdk
공개 메소드들
메소드
설명
GetBonus
( ) :
string
GetDescription
( ) :
string
GetImgUrl
( ) :
string
GetName
( ) :
string
GetPrice
( ) :
string
Parse
(
JSONNode
purchaseNode
) :
IParseble
메소드 상세
GetBonus()
공개
메소드
public
GetBonus
( ) :
string
리턴
string
GetDescription()
공개
메소드
public
GetDescription
( ) :
string
리턴
string
GetImgUrl()
공개
메소드
public
GetImgUrl
( ) :
string
리턴
string
GetName()
공개
메소드
public
GetName
( ) :
string
리턴
string
GetPrice()
공개
메소드
public
GetPrice
( ) :
string
리턴
string
Parse()
공개
메소드
public
Parse
(
JSONNode
purchaseNode
) :
IParseble
purchaseNode
SimpleJSON.JSONNode
리턴
IParseble