C# 클래스 Xsolla.ActivePurchase

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

공개 메소드들

메소드 설명
ActivePurchase ( ) : System.Collections
Add ( Part part, object>.Dictionary map ) : void
ContainsKey ( Part part ) : void
GetMergedMap ( ) : object>.Dictionary
GetPart ( Part part ) : object>.Dictionary
IsActive ( ) : bool
Remove ( Part part ) : void
RemoveAllExceptToken ( ) : void
RemoveLast ( ) : void

메소드 상세

ActivePurchase() 공개 메소드

public ActivePurchase ( ) : System.Collections
리턴 System.Collections

Add() 공개 메소드

public Add ( Part part, object>.Dictionary map ) : void
part Part
map object>.Dictionary
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( Part part ) : void
part Part
리턴 void

GetMergedMap() 공개 메소드

public GetMergedMap ( ) : object>.Dictionary
리턴 object>.Dictionary

GetPart() 공개 메소드

public GetPart ( Part part ) : object>.Dictionary
part Part
리턴 object>.Dictionary

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

Remove() 공개 메소드

public Remove ( Part part ) : void
part Part
리턴 void

RemoveAllExceptToken() 공개 메소드

public RemoveAllExceptToken ( ) : void
리턴 void

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void