C# Class GUIButtonList, tf_client

Inheritance: GUIContainer
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Horizontal ( ) : void
Vertical ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

GUIButtonList() public méthode

public GUIButtonList ( Rect area ) : UnityEngine
area Rect
Résultat UnityEngine

GUIButtonList() public méthode

public GUIButtonList ( Rect area, bool horizontal ) : UnityEngine
area Rect
horizontal bool
Résultat UnityEngine

GUIButtonList() public méthode

public GUIButtonList ( Rect area, float buttonSize ) : UnityEngine
area Rect
buttonSize float
Résultat UnityEngine

GUIButtonList() public méthode

public GUIButtonList ( Rect area, float buttonSize, bool horizontal ) : UnityEngine
area Rect
buttonSize float
horizontal bool
Résultat UnityEngine

Horizontal() protected méthode

protected Horizontal ( ) : void
Résultat void

Vertical() protected méthode

protected Vertical ( ) : void
Résultat void