String Picker
This Picker is a regular Picker utility. It can only handle items of strings.
You can add it by clicking [GameObject]/[UI]/[Picker]/[String Picker] in the menu.
There is less freedom compared to regular pickers, but it is useful if you want to handle only string items.
StringPicker
It is a root object. A StringPicker component is attached.
Setting items of StringPicker component
Name |
Description |
---|---|
Item Size |
It is the size of the item. |
Column List |
An object for which a column is generated. |
Item List |
Set the content of the item. Edit this item if you want to change the number of items, the content, and the number of columns. |
Font |
Sets the font to use for the item. If not set, Arial will be used. |
Layout |
Picker direction |
Note
Contents of ItemList are automatically reflected in GameObject below ColumnList.
Do not manually edit the objects below ColumnList.
If you are editing, there is no guarantee that what happens to the contents of ColumnList will be changed when changing the contents of ItemList.
Other objects
Same as Picker. GameObject under ColumnList is automatically generated according to the contents of ItemList.