C# 클래스 GUIRadioGroup, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
items List

공개 메소드들

메소드 설명
AddItem ( ISelectable item ) : void
ClearSelection ( ) : void
GUIRadioGroup ( ) : UnityEngine
IndexOf ( ISelectable item ) : int
SetSelected ( ISelectable item ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( ISelectable item ) : void
item ISelectable
리턴 void

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

GUIRadioGroup() 공개 메소드

public GUIRadioGroup ( ) : UnityEngine
리턴 UnityEngine

IndexOf() 공개 메소드

public IndexOf ( ISelectable item ) : int
item ISelectable
리턴 int

SetSelected() 공개 메소드

public SetSelected ( ISelectable item ) : void
item ISelectable
리턴 void

프로퍼티 상세

items 보호되어 있는 프로퍼티

protected List items
리턴 List