C# 클래스 FairyGUI.GComboBox

상속: GComponent
파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dropdown GComponent
visibleItemCount int

보호된 프로퍼티들

프로퍼티 타입 설명
_iconObject GObject
_icons string[]
_items string[]
_list GList
_popupDirection string
_titleObject GObject
_values string[]

공개 메소드들

메소드 설명
ConstructFromXML ( XML cxml ) : void
Dispose ( ) : void
GComboBox ( ) : System
Setup_AfterAdd ( XML cxml ) : void
UpdateDropdownList ( ) : void

보호된 메소드들

메소드 설명
HandleGrayedChanged ( ) : void
RenderDropdownList ( ) : void
SetCurrentState ( ) : void
SetState ( string value ) : void
ShowDropdown ( ) : void

비공개 메소드들

메소드 설명
__clickItem ( EventContext context ) : void
__popupWinClosed ( object obj ) : void
__rollout ( ) : void
__rollover ( ) : void
__touchBegin ( EventContext context ) : void
__touchEnd ( EventContext context ) : void

메소드 상세

ConstructFromXML() 공개 메소드

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GComboBox() 공개 메소드

public GComboBox ( ) : System
리턴 System

HandleGrayedChanged() 보호된 메소드

protected HandleGrayedChanged ( ) : void
리턴 void

RenderDropdownList() 보호된 메소드

protected RenderDropdownList ( ) : void
리턴 void

SetCurrentState() 보호된 메소드

protected SetCurrentState ( ) : void
리턴 void

SetState() 보호된 메소드

protected SetState ( string value ) : void
value string
리턴 void

Setup_AfterAdd() 공개 메소드

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
리턴 void

ShowDropdown() 보호된 메소드

protected ShowDropdown ( ) : void
리턴 void

UpdateDropdownList() 공개 메소드

public UpdateDropdownList ( ) : void
리턴 void

프로퍼티 상세

_iconObject 보호되어 있는 프로퍼티

protected GObject,FairyGUI _iconObject
리턴 GObject

_icons 보호되어 있는 프로퍼티

protected string[] _icons
리턴 string[]

_items 보호되어 있는 프로퍼티

protected string[] _items
리턴 string[]

_list 보호되어 있는 프로퍼티

protected GList,FairyGUI _list
리턴 GList

_popupDirection 보호되어 있는 프로퍼티

protected string _popupDirection
리턴 string

_titleObject 보호되어 있는 프로퍼티

protected GObject,FairyGUI _titleObject
리턴 GObject

_values 보호되어 있는 프로퍼티

protected string[] _values
리턴 string[]

dropdown 공개적으로 프로퍼티

public GComponent,FairyGUI dropdown
리턴 GComponent

visibleItemCount 공개적으로 프로퍼티

Visible item count of the drop down list.
public int visibleItemCount
리턴 int