C# 클래스 GUIButtonList, tf_client

상속: GUIContainer
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 메소드들

메소드 설명
Draw ( ) : void
GUIButtonList ( Rect area ) : UnityEngine
GUIButtonList ( Rect area, bool horizontal ) : UnityEngine
GUIButtonList ( Rect area, float buttonSize ) : UnityEngine
GUIButtonList ( Rect area, float buttonSize, bool horizontal ) : UnityEngine

보호된 메소드들

메소드 설명
Horizontal ( ) : void
Vertical ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GUIButtonList() 공개 메소드

public GUIButtonList ( Rect area ) : UnityEngine
area Rect
리턴 UnityEngine

GUIButtonList() 공개 메소드

public GUIButtonList ( Rect area, bool horizontal ) : UnityEngine
area Rect
horizontal bool
리턴 UnityEngine

GUIButtonList() 공개 메소드

public GUIButtonList ( Rect area, float buttonSize ) : UnityEngine
area Rect
buttonSize float
리턴 UnityEngine

GUIButtonList() 공개 메소드

public GUIButtonList ( Rect area, float buttonSize, bool horizontal ) : UnityEngine
area Rect
buttonSize float
horizontal bool
리턴 UnityEngine

Horizontal() 보호된 메소드

protected Horizontal ( ) : void
리턴 void

Vertical() 보호된 메소드

protected Vertical ( ) : void
리턴 void