C# Class GUIButtonList, tf_client

Inheritance: GUIContainer
Mostra file Open project: wids-eria/tf_client

Public Methods

Method Description
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

Protected Methods

Method Description
Horizontal ( ) : void
Vertical ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

GUIButtonList() public method

public GUIButtonList ( Rect area ) : UnityEngine
area Rect
return UnityEngine

GUIButtonList() public method

public GUIButtonList ( Rect area, bool horizontal ) : UnityEngine
area Rect
horizontal bool
return UnityEngine

GUIButtonList() public method

public GUIButtonList ( Rect area, float buttonSize ) : UnityEngine
area Rect
buttonSize float
return UnityEngine

GUIButtonList() public method

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

Horizontal() protected method

protected Horizontal ( ) : void
return void

Vertical() protected method

protected Vertical ( ) : void
return void