C# 클래스 Xsolla.IBaseAdapter

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
GetCount ( ) : int
GetElementType ( int position ) : int
GetNext ( ) : GameObject
GetPrefab ( ) : GameObject
GetView ( int position ) : GameObject

메소드 상세

GetCount() 공개 추상적인 메소드

public abstract GetCount ( ) : int
리턴 int

GetElementType() 공개 추상적인 메소드

public abstract GetElementType ( int position ) : int
position int
리턴 int

GetNext() 공개 추상적인 메소드

public abstract GetNext ( ) : GameObject
리턴 UnityEngine.GameObject

GetPrefab() 공개 추상적인 메소드

public abstract GetPrefab ( ) : GameObject
리턴 UnityEngine.GameObject

GetView() 공개 추상적인 메소드

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