C# Class Xsolla.StatusElementAdapter

Inheritance: IBaseAdapter
Afficher le fichier Open project: xsolla/xsolla-unity-sdk

Méthodes publiques

Méthode Description
Awake ( ) : void
GetCount ( ) : int
GetElementType ( int id ) : int
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject
SetElements ( List elements ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( int id ) : int
id int
Résultat int

GetNext() public méthode

public GetNext ( ) : GameObject
Résultat UnityEngine.GameObject

GetPrefab() public méthode

public GetPrefab ( ) : GameObject
Résultat UnityEngine.GameObject

GetView() public méthode

public GetView ( int position ) : GameObject
position int
Résultat UnityEngine.GameObject

SetElements() public méthode

public SetElements ( List elements ) : void
elements List
Résultat void