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 |
Method | Description | |
---|---|---|
Horizontal ( ) : void | ||
Vertical ( ) : void |
public GUIButtonList ( Rect area ) : UnityEngine | ||
area | Rect | |
return | UnityEngine |
public GUIButtonList ( Rect area, bool horizontal ) : UnityEngine | ||
area | Rect | |
horizontal | bool | |
return | UnityEngine |
public GUIButtonList ( Rect area, float buttonSize ) : UnityEngine | ||
area | Rect | |
buttonSize | float | |
return | UnityEngine |
public GUIButtonList ( Rect area, float buttonSize, bool horizontal ) : UnityEngine | ||
area | Rect | |
buttonSize | float | |
horizontal | bool | |
return | UnityEngine |