C# 클래스 Xsolla.RequestPricepoints

상속: BaseWWWRequest
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

공개 메소드들

메소드 설명
RequestPricepoints ( int type ) : SimpleJSON

보호된 메소드들

메소드 설명
GetMethod ( ) : string
ParseResult ( JSONNode rootNode ) : object[]

메소드 상세

GetMethod() 보호된 메소드

protected GetMethod ( ) : string
리턴 string

ParseResult() 보호된 메소드

protected ParseResult ( JSONNode rootNode ) : object[]
rootNode SimpleJSON.JSONNode
리턴 object[]

RequestPricepoints() 공개 메소드

public RequestPricepoints ( int type ) : SimpleJSON
type int
리턴 SimpleJSON