C# 클래스 Xsolla.DropDownController

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

공개 프로퍼티들

프로퍼티 타입 설명
OnItemSelected string>.Action
dropDownButton UnityEngine.UI.Button
dropDownItemPrefab UnityEngine.GameObject
dropDownList UnityEngine.Transform
dropDownText UnityEngine.UI.Text
scrollContainer UnityEngine.GameObject

공개 메소드들

메소드 설명
GetSelected ( ) : int
SelectItem ( int position, string name ) : void
SetData ( List items ) : void
SetData ( List items, string title ) : void
SetParentForScroll ( Transform newParent ) : void
Start ( ) : void
getItems ( ) : List

메소드 상세

GetSelected() 공개 메소드

public GetSelected ( ) : int
리턴 int

SelectItem() 공개 메소드

public SelectItem ( int position, string name ) : void
position int
name string
리턴 void

SetData() 공개 메소드

public SetData ( List items ) : void
items List
리턴 void

SetData() 공개 메소드

public SetData ( List items, string title ) : void
items List
title string
리턴 void

SetParentForScroll() 공개 메소드

public SetParentForScroll ( Transform newParent ) : void
newParent UnityEngine.Transform
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

getItems() 공개 메소드

public getItems ( ) : List
리턴 List

프로퍼티 상세

OnItemSelected 공개적으로 프로퍼티

public Action OnItemSelected
리턴 string>.Action

dropDownButton 공개적으로 프로퍼티

public Button,UnityEngine.UI dropDownButton
리턴 UnityEngine.UI.Button

dropDownItemPrefab 공개적으로 프로퍼티

public GameObject,UnityEngine dropDownItemPrefab
리턴 UnityEngine.GameObject

dropDownList 공개적으로 프로퍼티

public Transform,UnityEngine dropDownList
리턴 UnityEngine.Transform

dropDownText 공개적으로 프로퍼티

public Text,UnityEngine.UI dropDownText
리턴 UnityEngine.UI.Text

scrollContainer 공개적으로 프로퍼티

public GameObject,UnityEngine scrollContainer
리턴 UnityEngine.GameObject