C# 클래스 Xsolla.HistoryController

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

공개 프로퍼티들

프로퍼티 타입 설명
mBtnContinue UnityEngine.GameObject
mBtnRefresh UnityEngine.UI.Button
mHistoryContainer UnityEngine.GameObject
mTitle UnityEngine.UI.Text

공개 메소드들

메소드 설명
AddHistoryRow ( XsollaTranslations pTranslation, XsollaHistoryItem pItem, System.Boolean pEven, System.Boolean pHeader = false ) : void
AddListRows ( XsollaTranslations pTranslation, XsollaHistoryList pList ) : void
InitScreen ( XsollaTranslations pTranslation, XsollaHistoryList pList, String pVirtualCurrName ) : void
IsRefresh ( ) : bool
OnRefreshHistory ( ) : void
OnScrollChange ( Vector2 pVector ) : void
SortHistory ( ) : void

비공개 메소드들

메소드 설명
ClearList ( ) : void
LoadMore ( ) : void

메소드 상세

AddHistoryRow() 공개 메소드

public AddHistoryRow ( XsollaTranslations pTranslation, XsollaHistoryItem pItem, System.Boolean pEven, System.Boolean pHeader = false ) : void
pTranslation XsollaTranslations
pItem XsollaHistoryItem
pEven System.Boolean
pHeader System.Boolean
리턴 void

AddListRows() 공개 메소드

public AddListRows ( XsollaTranslations pTranslation, XsollaHistoryList pList ) : void
pTranslation XsollaTranslations
pList XsollaHistoryList
리턴 void

InitScreen() 공개 메소드

public InitScreen ( XsollaTranslations pTranslation, XsollaHistoryList pList, String pVirtualCurrName ) : void
pTranslation XsollaTranslations
pList XsollaHistoryList
pVirtualCurrName String
리턴 void

IsRefresh() 공개 메소드

public IsRefresh ( ) : bool
리턴 bool

OnRefreshHistory() 공개 메소드

public OnRefreshHistory ( ) : void
리턴 void

OnScrollChange() 공개 메소드

public OnScrollChange ( Vector2 pVector ) : void
pVector Vector2
리턴 void

SortHistory() 공개 메소드

public SortHistory ( ) : void
리턴 void

프로퍼티 상세

mBtnContinue 공개적으로 프로퍼티

public GameObject,UnityEngine mBtnContinue
리턴 UnityEngine.GameObject

mBtnRefresh 공개적으로 프로퍼티

public Button,UnityEngine.UI mBtnRefresh
리턴 UnityEngine.UI.Button

mHistoryContainer 공개적으로 프로퍼티

public GameObject,UnityEngine mHistoryContainer
리턴 UnityEngine.GameObject

mTitle 공개적으로 프로퍼티

public Text,UnityEngine.UI mTitle
리턴 UnityEngine.UI.Text