C# Class Xsolla.IBaseAdapter

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

Méthodes publiques

Méthode Description
GetCount ( ) : int
GetElementType ( int position ) : int
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject

Method Details

GetCount() public abstract méthode

public abstract GetCount ( ) : int
Résultat int

GetElementType() public abstract méthode

public abstract GetElementType ( int position ) : int
position int
Résultat int

GetNext() public abstract méthode

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

GetPrefab() public abstract méthode

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

GetView() public abstract méthode

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