Class UiOperator
Inheritance
object
UiOperator
Assembly: cs.temp.dll.dll
public static class UiOperator
Methods
Declaration
public static void InputFieldEndEdit(InputField inputField)
Parameters
Type |
Name |
Description |
InputField |
inputField |
|
Declaration
public static void InputFieldEndEdit(string inputFieldName)
Parameters
Type |
Name |
Description |
string |
inputFieldName |
|
Declaration
public static void PressButton(Button button)
Parameters
Type |
Name |
Description |
Button |
button |
|
Declaration
public static void PressButton(string buttonName)
Parameters
Type |
Name |
Description |
string |
buttonName |
|
Declaration
public static void SetDropdownIndex(Dropdown dropdown, int index)
Parameters
Type |
Name |
Description |
Dropdown |
dropdown |
|
int |
index |
|
Declaration
public static void SetDropdownIndex(string dropdownName, int index)
Parameters
Type |
Name |
Description |
string |
dropdownName |
|
int |
index |
|
SetInputFieldText(InputField, string)
Declaration
public static void SetInputFieldText(InputField inputField, string text)
Parameters
Type |
Name |
Description |
InputField |
inputField |
|
string |
text |
|
SetInputFieldText(string, string)
Declaration
public static void SetInputFieldText(string inputFieldName, string text)
Parameters
Type |
Name |
Description |
string |
inputFieldName |
|
string |
text |
|
Declaration
public static void SetScrollbarValue(Scrollbar scrollbar, float value)
Parameters
Type |
Name |
Description |
Scrollbar |
scrollbar |
|
float |
value |
|
Declaration
public static void SetScrollbarValue(string scrollBarName, float value)
Parameters
Type |
Name |
Description |
string |
scrollBarName |
|
float |
value |
|
Declaration
public static void SetScrollRectValue(ScrollRect scrollRect, Vector2 value)
Parameters
Type |
Name |
Description |
ScrollRect |
scrollRect |
|
Vector2 |
value |
|
Declaration
public static void SetScrollRectValue(string scrollRectName, Vector2 value)
Parameters
Type |
Name |
Description |
string |
scrollRectName |
|
Vector2 |
value |
|
Declaration
public static void SetSliderValue(Slider slider, float value)
Parameters
Type |
Name |
Description |
Slider |
slider |
|
float |
value |
|
Declaration
public static void SetSliderValue(string sliderName, float value)
Parameters
Type |
Name |
Description |
string |
sliderName |
|
float |
value |
|
Declaration
public static void SetToggleValue(string toggleName, bool value)
Parameters
Type |
Name |
Description |
string |
toggleName |
|
bool |
value |
|
Declaration
public static void SetToggleValue(Toggle toggle, bool value)
Parameters
Type |
Name |
Description |
Toggle |
toggle |
|
bool |
value |
|
Declaration
public static void ToggleToggle(string toggleName)
Parameters
Type |
Name |
Description |
string |
toggleName |
|
Declaration
public static void ToggleToggle(Toggle toggle)
Parameters
Type |
Name |
Description |
Toggle |
toggle |
|