Method | Description | |
---|---|---|
AddCallback ( Button, button, UnityAction, callback ) : Button, | ||
AddCallback ( Slider, slider, UnityAction, callback ) : Slider, | ||
AddCallback ( Toggle, toggle, UnityAction, callback ) : Toggle, | ||
GetActiveElements ( HorizontalLayoutGroup layout ) : LayoutElement[] | ||
GetValueFloat ( InputField, inputField ) : float | ||
GetValueInt ( InputField, inputField ) : int | ||
SetColor ( Image, myImage, Color, newColor ) : void | ||
SetColor ( RawImage, myImage, Color, newColor ) : void | ||
SetColor ( Transform, myTransform, Color, newColor ) : void | ||
SetFlexibleHeihgt ( Transform, myTransform, float Height, bool addcomponentInfNotPresent = false ) : Transform, | ||
SetFlexibleWidth ( Transform, myTransform, float Width, bool addcomponentInfNotPresent = false ) : Transform, | ||
SetParentAndResetScale ( Transform, myTransform, Transform, newParent ) : RectTransform, | ||
SetPreferreedHeight ( Transform, myTransform, float height, bool addcomponentInfNotPresent = false ) : Transform, | ||
SetPreferreedWidth ( Transform, myTransform, float Width, bool addcomponentInfNotPresent = false ) : Transform, | ||
SetText ( Text, text, float s ) : void | ||
SetText ( Text, text, int s ) : void | ||
SetText ( Text, text, string s ) : void | ||
SetValueFloat ( InputField, inputField, float val ) : void | ||
SetValueInt ( InputField, inputField, int val ) : void |
public static AddCallback ( Button, button, UnityAction, callback ) : Button, | ||
button | Button, | |
callback | UnityAction, | |
return | Button, |
public static AddCallback ( Slider, slider, UnityAction, callback ) : Slider, | ||
slider | Slider, | |
callback | UnityAction, | |
return | Slider, |
public static AddCallback ( Toggle, toggle, UnityAction, callback ) : Toggle, | ||
toggle | Toggle, | |
callback | UnityAction, | |
return | Toggle, |
public static GetActiveElements ( HorizontalLayoutGroup layout ) : LayoutElement[] | ||
layout | HorizontalLayoutGroup | |
return | LayoutElement[] |
public static GetValueFloat ( InputField, inputField ) : float | ||
inputField | InputField, | |
return | float |
public static GetValueInt ( InputField, inputField ) : int | ||
inputField | InputField, | |
return | int |
public static SetColor ( Image, myImage, Color, newColor ) : void | ||
myImage | Image, | |
newColor | Color, | |
return | void |
public static SetColor ( RawImage, myImage, Color, newColor ) : void | ||
myImage | RawImage, | |
newColor | Color, | |
return | void |
public static SetColor ( Transform, myTransform, Color, newColor ) : void | ||
myTransform | Transform, | |
newColor | Color, | |
return | void |
public static SetFlexibleHeihgt ( Transform, myTransform, float Height, bool addcomponentInfNotPresent = false ) : Transform, | ||
myTransform | Transform, | |
Height | float | |
addcomponentInfNotPresent | bool | |
return | Transform, |
public static SetFlexibleWidth ( Transform, myTransform, float Width, bool addcomponentInfNotPresent = false ) : Transform, | ||
myTransform | Transform, | |
Width | float | |
addcomponentInfNotPresent | bool | |
return | Transform, |
public static SetParentAndResetScale ( Transform, myTransform, Transform, newParent ) : RectTransform, | ||
myTransform | Transform, | |
newParent | Transform, | |
return | RectTransform, |
public static SetPreferreedHeight ( Transform, myTransform, float height, bool addcomponentInfNotPresent = false ) : Transform, | ||
myTransform | Transform, | |
height | float | |
addcomponentInfNotPresent | bool | |
return | Transform, |
public static SetPreferreedWidth ( Transform, myTransform, float Width, bool addcomponentInfNotPresent = false ) : Transform, | ||
myTransform | Transform, | |
Width | float | |
addcomponentInfNotPresent | bool | |
return | Transform, |
public static SetText ( Text, text, float s ) : void | ||
text | Text, | |
s | float | |
return | void |
public static SetText ( Text, text, int s ) : void | ||
text | Text, | |
s | int | |
return | void |
public static SetText ( Text, text, string s ) : void | ||
text | Text, | |
s | string | |
return | void |
public static SetValueFloat ( InputField, inputField, float val ) : void | ||
inputField | InputField, | |
val | float | |
return | void |
public static SetValueInt ( InputField, inputField, int val ) : void | ||
inputField | InputField, | |
val | int | |
return | void |