C# Class Xsolla.QuickPaymentBtnController

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

Public Properties

Property Type Description
_btnMethod UnityEngine.UI.Button
_iconMethod Image
_labelMethod UnityEngine.UI.Text
_self UnityEngine.GameObject

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
getMethod ( ) : XsollaPaymentMethod
setIcon ( long pMethodID, ImageLoader pLoader = null ) : void
setLable ( String pName ) : void
setMethod ( XsollaPaymentMethod pMethod ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

getMethod() public method

public getMethod ( ) : XsollaPaymentMethod
return XsollaPaymentMethod

setIcon() public method

public setIcon ( long pMethodID, ImageLoader pLoader = null ) : void
pMethodID long
pLoader ImageLoader
return void

setLable() public method

public setLable ( String pName ) : void
pName String
return void

setMethod() public method

public setMethod ( XsollaPaymentMethod pMethod ) : void
pMethod XsollaPaymentMethod
return void

Property Details

_btnMethod public_oe property

public Button,UnityEngine.UI _btnMethod
return UnityEngine.UI.Button

_iconMethod public_oe property

public Image _iconMethod
return Image

_labelMethod public_oe property

public Text,UnityEngine.UI _labelMethod
return UnityEngine.UI.Text

_self public_oe property

public GameObject,UnityEngine _self
return UnityEngine.GameObject