C# Class Xsolla.ScreenCheckoutController

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

Méthodes publiques

Свойство Type Description
back UnityEngine.UI.Button
paymentForm PaymentFormController
tower RightTowerController

Méthodes publiques

Méthode Description
Back ( ) : void
InitScreen ( XsollaUtils utils, XsollaForm form ) : void

Method Details

Back() public méthode

public Back ( ) : void
Résultat void

InitScreen() public méthode

public InitScreen ( XsollaUtils utils, XsollaForm form ) : void
utils XsollaUtils
form XsollaForm
Résultat void

Property Details

back public_oe property

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

paymentForm public_oe property

public PaymentFormController paymentForm
Résultat PaymentFormController

tower public_oe property

public RightTowerController,Xsolla tower
Résultat RightTowerController