C# 클래스 kode80.GUIWrapper.GUIPopup

상속: GUIBase
파일 보기 프로젝트 열기: kode80/UnityTools

공개 프로퍼티들

프로퍼티 타입 설명
selectedIndex int

공개 메소드들

메소드 설명
GUIPopup ( GUIContent content, GUIContent displayedOptions, int selectedIndex, OnGUIAction action = null ) : UnityEngine

보호된 메소드들

메소드 설명
CustomOnGUI ( ) : void

메소드 상세

CustomOnGUI() 보호된 메소드

protected CustomOnGUI ( ) : void
리턴 void

GUIPopup() 공개 메소드

public GUIPopup ( GUIContent content, GUIContent displayedOptions, int selectedIndex, OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
displayedOptions UnityEngine.GUIContent
selectedIndex int
action OnGUIAction
리턴 UnityEngine

프로퍼티 상세

selectedIndex 공개적으로 프로퍼티

public int selectedIndex
리턴 int