C# Class Xsolla.RightTowerController

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
financeItemPrefab UnityEngine.GameObject
imageLoader ImageLoader
linearLayout LinearLayout
orderSummaryPrefab UnityEngine.GameObject
subTotalPrefab UnityEngine.GameObject
summaryItemPrefab UnityEngine.GameObject
totalPrefab UnityEngine.GameObject

Public Methods

Method Description
InitView ( XsollaTranslations translations, XsollaSummary summary ) : void
UpdateDiscont ( XsollaTranslations pTranslation, XsollaSummary pSummary ) : void

Private Methods

Method Description
GetItem ( GameObject prefab, string title, object amount ) : GameObject
GetSummaryItem ( IXsollaSummaryItem purchase ) : GameObject

Method Details

InitView() public method

public InitView ( XsollaTranslations translations, XsollaSummary summary ) : void
translations XsollaTranslations
summary XsollaSummary
return void

UpdateDiscont() public method

public UpdateDiscont ( XsollaTranslations pTranslation, XsollaSummary pSummary ) : void
pTranslation XsollaTranslations
pSummary XsollaSummary
return void

Property Details

financeItemPrefab public_oe property

public GameObject,UnityEngine financeItemPrefab
return UnityEngine.GameObject

imageLoader public_oe property

public ImageLoader,Xsolla imageLoader
return ImageLoader

linearLayout public_oe property

public LinearLayout,Xsolla linearLayout
return LinearLayout

orderSummaryPrefab public_oe property

public GameObject,UnityEngine orderSummaryPrefab
return UnityEngine.GameObject

subTotalPrefab public_oe property

public GameObject,UnityEngine subTotalPrefab
return UnityEngine.GameObject

summaryItemPrefab public_oe property

public GameObject,UnityEngine summaryItemPrefab
return UnityEngine.GameObject

totalPrefab public_oe property

public GameObject,UnityEngine totalPrefab
return UnityEngine.GameObject