C# Class Xsolla.IBaseAdapter

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

Public Methods

Method Description
GetCount ( ) : int
GetElementType ( int position ) : int
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject

Method Details

GetCount() public abstract method

public abstract GetCount ( ) : int
return int

GetElementType() public abstract method

public abstract GetElementType ( int position ) : int
position int
return int

GetNext() public abstract method

public abstract GetNext ( ) : GameObject
return UnityEngine.GameObject

GetPrefab() public abstract method

public abstract GetPrefab ( ) : GameObject
return UnityEngine.GameObject

GetView() public abstract method

public abstract GetView ( int position ) : GameObject
position int
return UnityEngine.GameObject