C# 클래스 Xsolla.StatusElementAdapter

상속: IBaseAdapter
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

공개 메소드들

메소드 설명
Awake ( ) : void
GetCount ( ) : int
GetElementType ( int id ) : int
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject
SetElements ( List elements ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( int id ) : int
id int
리턴 int

GetNext() 공개 메소드

public GetNext ( ) : GameObject
리턴 UnityEngine.GameObject

GetPrefab() 공개 메소드

public GetPrefab ( ) : GameObject
리턴 UnityEngine.GameObject

GetView() 공개 메소드

public GetView ( int position ) : GameObject
position int
리턴 UnityEngine.GameObject

SetElements() 공개 메소드

public SetElements ( List elements ) : void
elements List
리턴 void