![]() | Slash.Unity.DataBind.UI.Unity.Setters Namespace |
Class | Description | |
---|---|---|
![]() | CanvasGroupInteractableSetter |
Sets if a canvas group is interactable depending on a boolean data value.
Input: Boolean |
![]() | CanvasSortingOrderSetter |
Sets the sorting order of a canvas.
Input: Integer |
![]() | DropdownOptionsSetter |
Set the options of a dropdown element to the provided enumeration of option data items.
|
![]() | GraphicColorSetter |
Set the color of a Graphic depending on the color data value.
|
![]() | ImageFillAmountSetter |
Set the fill amount of an Image depending on the string data value.
|
![]() | ImageFillAmountSmoothSetter |
Set the fill amount of an Image depending on the data value,
smoothly changing it over time.
|
![]() | ImageMaterialSetter |
Sets the material for an image.
Input: Material |
![]() | ImageSpriteSetter |
Setter which sets the sprite value of an image component.
Input: Sprite |
![]() | InputFieldTextSetter |
Set the text of a InputField depending on the string data value.
|
![]() | LayoutGroupItemsSetter | Obsolete.
Set the items of a LayoutGroup depending on the items of the collection data value.
|
![]() | SelectableInteractableSetter |
Sets if a selectable is interactable depending on a boolean data value.
Input: Boolean |
![]() | SliderValueSetter |
Set the value of a slider depending on the string data value.
|
![]() | SmoothLayoutGroupItemsSetter | Obsolete.
Sets the items of a LayoutGroup depending on the items of the collection data value.
Creates the items one after another instead of all at once.
If you don't use any parent references in your item contexts,
use SmoothCollectionChangesFormatter instead.
|
![]() | TextTextSetter |
Set the text of a Text depending on the string data value.
|
![]() | ToggleIsOnSetter |
Enables/Disables a toggle control depending on a boolean data value.
Input: Boolean |