|
static string | BeginLayout (int id, List< string > list, params GUILayoutOption[] options) |
| Show a ComboBox layout. More...
|
|
static void | EndOverlay () |
| Draw the overlay popup dropdown. More...
|
|
static string wHiteRabbiT.Unity.UI.GUIComboBox.BeginLayout |
( |
int |
id, |
|
|
List< string > |
list, |
|
|
params GUILayoutOption[] |
options |
|
) |
| |
|
static |
Show a ComboBox layout.
Only draw the textfield and the dropdown button. Call the EndOverlay() method to draw the dropdown popup.
- Returns
- The content of the textfield.
- Parameters
-
id | Unique identifier. |
list | List of string to populate the dropdown popup. |
options | An optional list of layout options that specify extra layouting properties. |
static void wHiteRabbiT.Unity.UI.GUIComboBox.ComboBoxResolveOverlay |
( |
bool |
Paint | ) |
|
|
staticprotected |
static void wHiteRabbiT.Unity.UI.GUIComboBox.EndOverlay |
( |
| ) |
|
|
static |
Draw the overlay popup dropdown.
List<Combobox> wHiteRabbiT.Unity.UI.GUIComboBox.comboBoxes = new List<Combobox>() |
|
staticprotected |
Combobox wHiteRabbiT.Unity.UI.GUIComboBox.currentCombobox |
|
staticprotected |
GUIStyle wHiteRabbiT.Unity.UI.GUIComboBox.gsLabel |
|
staticprotected |
Texture2D wHiteRabbiT.Unity.UI.GUIComboBox.texArrowDown |
|
staticprotected |
GUIStyle wHiteRabbiT.Unity.UI.GUIComboBox.GsLabel |
|
staticgetprotected |
Texture2D wHiteRabbiT.Unity.UI.GUIComboBox.TexArrowDown |
|
staticget |
The documentation for this class was generated from the following file:
- D:/wHiteRabbiT/wHiteRabbiT-sTudio/trunk/Unity_4_5/Assets/WR_wHiteRabbiT-sTudio/WRFramework/Unity/UI/GUIComboBox.cs