C# Class Xsolla.StatusElementAdapter

Inheritance: IBaseAdapter
Mostra file Open project: xsolla/xsolla-unity-sdk

Public Methods

Method 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 method

public Awake ( ) : void
return void

GetCount() public method

public GetCount ( ) : int
return int

GetElementType() public method

public GetElementType ( int id ) : int
id int
return int

GetNext() public method

public GetNext ( ) : GameObject
return UnityEngine.GameObject

GetPrefab() public method

public GetPrefab ( ) : GameObject
return UnityEngine.GameObject

GetView() public method

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

SetElements() public method

public SetElements ( List elements ) : void
elements List
return void