C# Class Xsolla.HistoryController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Méthodes publiques

Свойство Type Description
mBtnContinue UnityEngine.GameObject
mBtnRefresh UnityEngine.UI.Button
mHistoryContainer UnityEngine.GameObject
mTitle UnityEngine.UI.Text

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ClearList ( ) : void
LoadMore ( ) : void

Method Details

AddHistoryRow() public méthode

public AddHistoryRow ( XsollaTranslations pTranslation, XsollaHistoryItem pItem, System.Boolean pEven, System.Boolean pHeader = false ) : void
pTranslation XsollaTranslations
pItem XsollaHistoryItem
pEven System.Boolean
pHeader System.Boolean
Résultat void

AddListRows() public méthode

public AddListRows ( XsollaTranslations pTranslation, XsollaHistoryList pList ) : void
pTranslation XsollaTranslations
pList XsollaHistoryList
Résultat void

InitScreen() public méthode

public InitScreen ( XsollaTranslations pTranslation, XsollaHistoryList pList, String pVirtualCurrName ) : void
pTranslation XsollaTranslations
pList XsollaHistoryList
pVirtualCurrName String
Résultat void

IsRefresh() public méthode

public IsRefresh ( ) : bool
Résultat bool

OnRefreshHistory() public méthode

public OnRefreshHistory ( ) : void
Résultat void

OnScrollChange() public méthode

public OnScrollChange ( Vector2 pVector ) : void
pVector Vector2
Résultat void

SortHistory() public méthode

public SortHistory ( ) : void
Résultat void

Property Details

mBtnContinue public_oe property

public GameObject,UnityEngine mBtnContinue
Résultat UnityEngine.GameObject

mBtnRefresh public_oe property

public Button,UnityEngine.UI mBtnRefresh
Résultat UnityEngine.UI.Button

mHistoryContainer public_oe property

public GameObject,UnityEngine mHistoryContainer
Résultat UnityEngine.GameObject

mTitle public_oe property

public Text,UnityEngine.UI mTitle
Résultat UnityEngine.UI.Text