C# Class Xsolla.ListView

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

Méthodes publiques

Méthode Description
DrawList ( ) : void
DrawList ( RectTransform parentRectTransform ) : void
ResizeToParent ( ) : void
SetAdapter ( IBaseAdapter adapter ) : void

Private Methods

Méthode Description
Clear ( ) : void

Method Details

DrawList() public méthode

public DrawList ( ) : void
Résultat void

DrawList() public méthode

public DrawList ( RectTransform parentRectTransform ) : void
parentRectTransform UnityEngine.RectTransform
Résultat void

ResizeToParent() public méthode

public ResizeToParent ( ) : void
Résultat void

SetAdapter() public méthode

public SetAdapter ( IBaseAdapter adapter ) : void
adapter IBaseAdapter
Résultat void